Searched refs:max_size (Results 1 – 2 of 2) sorted by relevance
155 size_t max_size = heap_max_size (); in heap_for_ptr() local489 size_t max_size = heap_max_size (); in alloc_new_heap() local493 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() local648 size_t max_size = heap_max_size (); in heap_trim() local[all …]
38 enum { max_size = 64 }; enumerator55 static size_t dumped_heap[action_count * max_size * max_size228 enum { allocation_task_count = action_count * max_size };406 (task->allocation.data, task->allocation.size + max_size); in do_test()
Completed in 7 milliseconds