Home
last modified time | relevance | path

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

/malloc/
A Dtst-mallocstate.c315 enum { heap_activity_allocations_count = 32 }; enumerator
317 [heap_activity_allocations_count] = {};
326 int slot = rand_next (&global_seed) % heap_activity_allocations_count; in heap_activity()
348 for (int i = 0; i < heap_activity_allocations_count; ++i) in heap_activity_deallocate()
363 for (int i = 0; i < heap_activity_allocations_count; ++i) in full_heap_check()

Completed in 5 milliseconds