Searched refs:num_allocations (Results 1 – 1 of 1) sorted by relevance
563 int num_allocations = 0; variable573 if (num_allocations == NUM_ALLOCATIONS) \575 allocations[num_allocations].al_ptr = (void**)&ptr; \576 allocations[num_allocations].al_size = size; \578 ++num_allocations; \598 for (i = 0; i < num_allocations; ++i) { in perform_allocations()