Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
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()
Dmalloc.c2635 else if ((heap = new_heap (nb + (MINSIZE + sizeof (*heap)), mp_.top_pad))) in sysmalloc()
/glibc-2.36/manual/
Dmemory.texi388 @c new_heap ok @acsmem
500 @c new_heap @acsmem
/glibc-2.36/ChangeLog.old/
DChangeLog.74194 (new_heap): Likewise.
10199 (new_heap, malloc_extend_top): Handle top_pad more consistently,
10200 i.e. only in new_heap().
DChangeLog.12973 * malloc/malloc (new_heap): Don't call munmap for zero length.
6362 * malloc/malloc.c (new_heap): When allocating large chunk aligned
DChangeLog.245194 (new_heap): Modified function.
5271 (new_heap): Modified function.
DChangeLog.152043 (new_heap): If aligned_heap_area != NULL, attempt to use that
DChangeLog.223790 (new_heap): Modified function.
DChangeLog.136169 * malloc/malloc.c: Fix error path when new_heap() returns NULL.
DChangeLog.114395 * malloc/malloc.c (new_heap): Try harder to get an aligned chunk of
DChangeLog.1711565 (new_heap): Initialize mprotect_size.
DChangeLog.1839868 * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
58715 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
63668 * malloc/arena.c (new_heap): New memory_heap_new probe.
DChangeLog.2327871 (new_heap): Modified function.
DChangeLog.1935893 (next_env_entry, new_heap, heap_trim, arena_get2): Remove