Searched refs:new_heap (Results 1 – 14 of 14) sorted by relevance
/glibc-2.36/malloc/ |
D | arena.c | 562 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()
|
D | malloc.c | 2635 else if ((heap = new_heap (nb + (MINSIZE + sizeof (*heap)), mp_.top_pad))) in sysmalloc()
|
/glibc-2.36/manual/ |
D | memory.texi | 388 @c new_heap ok @acsmem 500 @c new_heap @acsmem
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.7 | 4194 (new_heap): Likewise. 10199 (new_heap, malloc_extend_top): Handle top_pad more consistently, 10200 i.e. only in new_heap().
|
D | ChangeLog.12 | 973 * malloc/malloc (new_heap): Don't call munmap for zero length. 6362 * malloc/malloc.c (new_heap): When allocating large chunk aligned
|
D | ChangeLog.24 | 5194 (new_heap): Modified function. 5271 (new_heap): Modified function.
|
D | ChangeLog.15 | 2043 (new_heap): If aligned_heap_area != NULL, attempt to use that
|
D | ChangeLog.22 | 3790 (new_heap): Modified function.
|
D | ChangeLog.13 | 6169 * malloc/malloc.c: Fix error path when new_heap() returns NULL.
|
D | ChangeLog.11 | 4395 * malloc/malloc.c (new_heap): Try harder to get an aligned chunk of
|
D | ChangeLog.17 | 11565 (new_heap): Initialize mprotect_size.
|
D | ChangeLog.18 | 39868 * 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.
|
D | ChangeLog.23 | 27871 (new_heap): Modified function.
|
D | ChangeLog.19 | 35893 (next_env_entry, new_heap, heap_trim, arena_get2): Remove
|