Home | History | Annotate | Download | only in tests

Lines Matching refs:Deallocate

104     // Deallocate all.
110 cache.Deallocate(a, a->GetSizeClass(x), x);
163 cache.Deallocate(a, 1 + i % 50, allocated[i]);
248 a.Deallocate(&stats, x);
288 // Deallocate all.
293 a.Deallocate(&stats, p);
312 // Deallocate all in reverse order.
319 a.Deallocate(&stats, p);
337 a.Deallocate(&stats, allocated[i]);
384 a->Deallocate(&cache, x);
433 cache.Deallocate(a, class_id, allocated[i]);
504 params->thread_cache->Deallocate(params->allocator, params->class_id, params);
509 // able to call Deallocate on a zeroed cache, and it will self-initialize.