Searched refs:HEAP_GROW_SIZE (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c126 #if !defined(HEAP_GROW_SIZE)
127 #define HEAP_GROW_SIZE (1 * 1024 * 1024) /* Grow aggressively */ macro
130 static_assert(IS_PAGE_ALIGNED(HEAP_GROW_SIZE), "");
138 static_assert(HEAP_GROW_SIZE <= HEAP_LARGE_ALLOC_BYTES, "");
921 MAX(HEAP_GROW_SIZE, rounded_up)));
1132 size_t initial_alloc = HEAP_GROW_SIZE - 2 * sizeof(header_t);

Completed in 61 milliseconds