Home
last modified time | relevance | path

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

/malloc/
A Darena.c155 size_t max_size = heap_max_size (); in heap_for_ptr() local
489 size_t max_size = heap_max_size (); in alloc_new_heap() local
493 else if (size + top_pad <= max_size) in alloc_new_heap()
495 else if (size > max_size) in alloc_new_heap()
498 size = max_size; in alloc_new_heap()
512 __munmap (p2, max_size); in alloc_new_heap()
528 __munmap (p2 + max_size, max_size - ul); in alloc_new_heap()
547 __munmap (p2, max_size); in alloc_new_heap()
586 size_t max_size = heap_max_size (); in grow_heap() local
648 size_t max_size = heap_max_size (); in heap_trim() local
[all …]
A Dtst-mallocstate.c38 enum { max_size = 64 }; enumerator
55 static size_t dumped_heap[action_count * max_size * max_size
228 enum { allocation_task_count = action_count * max_size };
406 (task->allocation.data, task->allocation.size + max_size); in do_test()

Completed in 8 milliseconds