We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b5c0f commit 9a72c6eCopy full SHA for 9a72c6e
include/runtime/arena.h
@@ -154,7 +154,7 @@ inline void *arena::kore_arena_alloc(size_t requested) {
154
// depending on the requested size and tripwire setting. This triggers a garbage
155
// collect when allowed.
156
//
157
- time_for_collection = true;
+ //time_for_collection = true;
158
tripwire = current_addr_ptr + HYPERBLOCK_SIZE; // won't trigger again until arena swap
159
}
160
void *result = allocation_ptr;
0 commit comments