Searched refs:new_heap (Results 1 – 2 of 2) sorted by relevance
562 new_heap (size_t size, size_t top_pad) in new_heap() function744 h = new_heap (size + (sizeof (*h) + sizeof (*a) + MALLOC_ALIGNMENT), in _int_new_arena()751 h = new_heap (sizeof (*h) + sizeof (*a) + MALLOC_ALIGNMENT, mp_.top_pad); in _int_new_arena()
2641 else if ((heap = new_heap (nb + (MINSIZE + sizeof (*heap)), mp_.top_pad))) in sysmalloc()
Completed in 43 milliseconds