Searched refs:top_pad (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/malloc/ |
D | arena.c | 352 TUNABLE_GET (top_pad, size_t, TUNABLE_CALLBACK (set_top_pad)); in ptmalloc_init() 482 alloc_new_heap (size_t size, size_t top_pad, size_t pagesize, in alloc_new_heap() argument 491 if (size + top_pad < min_size) in alloc_new_heap() 493 else if (size + top_pad <= max_size) in alloc_new_heap() 494 size += top_pad; in alloc_new_heap() 562 new_heap (size_t size, size_t top_pad) in new_heap() argument 570 heap_info *h = alloc_new_heap (size, top_pad, mp_.hp_pagesize, in new_heap() 576 return alloc_new_heap (size, top_pad, GLRO (dl_pagesize), MAP_NORESERVE); in new_heap() 745 mp_.top_pad); in _int_new_arena() 751 h = new_heap (sizeof (*h) + sizeof (*a) + MALLOC_ALIGNMENT, mp_.top_pad); in _int_new_arena()
|
D | malloc.c | 1872 INTERNAL_SIZE_T top_pad; member 1931 .top_pad = DEFAULT_TOP_PAD, 2635 else if ((heap = new_heap (nb + (MINSIZE + sizeof (*heap)), mp_.top_pad))) in sysmalloc() 2681 size = nb + mp_.top_pad + MINSIZE; in sysmalloc() 4676 systrim(mp_.top_pad, av); in _int_free() 4684 heap_trim(heap, mp_.top_pad); in _int_free() 5320 LIBC_PROBE (memory_mallopt_top_pad, 3, value, mp_.top_pad, in do_set_top_pad() 5322 mp_.top_pad = value; in do_set_top_pad()
|
D | tst-mallocstate.c | 75 unsigned long top_pad; member
|
D | malloc-debug.c | 530 unsigned long top_pad; member
|
/glibc-2.36/elf/ |
D | dl-tunables.list | 41 top_pad {
|
/glibc-2.36/manual/ |
D | tunables.texi | 48 glibc.malloc.top_pad: 0x0 (min: 0x0, max: 0xffffffffffffffff) 136 @deftp Tunable glibc.malloc.top_pad
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.7 | 10199 (new_heap, malloc_extend_top): Handle top_pad more consistently,
|