Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
udesou committed Oct 18, 2024
1 parent a30273a commit 80e1dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmtk/api/mmtk.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extern const void* MMTK_SIDE_LOG_BIT_BASE_ADDRESS;
extern uintptr_t JULIA_MALLOC_BYTES;

/**
g * Misc
* Misc
*/
extern void mmtk_gc_init(uintptr_t min_heap_size, uintptr_t max_heap_size, uintptr_t n_gcthreads, uintptr_t header_size, uintptr_t tag);
extern bool mmtk_will_never_move(void* object);
Expand Down

0 comments on commit 80e1dd1

Please sign in to comment.