Searched refs:max_allocations (Results 1 – 1 of 1) sorted by relevance
104 enum { max_allocations = 65536 }; enumerator105 static struct allocation_header *allocations[max_allocations];148 if (allocation_index == max_allocations) in malloc_internal()
Completed in 4 milliseconds