Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmeker committed Dec 6, 2024
1 parent a8a2890 commit e47b8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/runtime/alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extern "C" {

char youngspace_collection_id(void);
char oldspace_collection_id(void);
//size_t youngspace_size(void);
//size_t youngspace_size(void);

// allocates exactly requested bytes into the young generation
void *kore_alloc(size_t requested);
Expand Down

0 comments on commit e47b8a9

Please sign in to comment.