Searched refs:HEAP_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance
28 #define HEAP_MIN_SIZE (4096) /* Must leave room for struct malloc_state, arena ptrs, etc., totals… macro214 if (!addr || (size < HEAP_MIN_SIZE)) in cvmx_new_arena()