Searched refs:num_allocations (Results 1 – 1 of 1) sorted by relevance
603 int num_allocations = 0; variable613 if (num_allocations == NUM_ALLOCATIONS) \615 allocations[num_allocations].al_ptr = (void**)&ptr; \616 allocations[num_allocations].al_size = size; \618 ++num_allocations; \638 for (i = 0; i < num_allocations; ++i) { in perform_allocations()