Home
last modified time | relevance | path

Searched refs:new_heap (Results 1 – 2 of 2) sorted by relevance

/malloc/
A Darena.c562 new_heap (size_t size, size_t top_pad) in new_heap() function
744 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()
A Dmalloc.c2641 else if ((heap = new_heap (nb + (MINSIZE + sizeof (*heap)), mp_.top_pad))) in sysmalloc()

Completed in 43 milliseconds