Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dcontext_list.cc46 ContextList* to_be_freed; in Execute() local
54 to_be_freed = head; in Execute()
56 delete to_be_freed; in Execute()
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc186 void** to_be_freed, in BatchFreeFn() argument
190 if (to_be_freed[i] != nullptr) { in BatchFreeFn()
191 RecordFree(self->next, to_be_freed[i], context); in BatchFreeFn()
194 self->next->batch_free_function(self->next, to_be_freed, num_to_be_freed, in BatchFreeFn()
/external/jemalloc_new/src/
Dzone.c111 void **to_be_freed, unsigned num_to_be_freed);
228 zone_batch_free(struct _malloc_zone_t *zone, void **to_be_freed, in zone_batch_free() argument
233 zone_free(zone, to_be_freed[i]); in zone_batch_free()
234 to_be_freed[i] = NULL; in zone_batch_free()
/external/libchrome/base/allocator/
Dallocator_shim.cc265 ALWAYS_INLINE void ShimBatchFree(void** to_be_freed, in ShimBatchFree() argument
269 return chain_head->batch_free_function(chain_head, to_be_freed, in ShimBatchFree()
Dallocator_shim.h80 void** to_be_freed,
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc122 void** to_be_freed, in BatchFreeFn() argument
126 SamplingHeapProfiler::RecordFree(to_be_freed[i]); in BatchFreeFn()
127 self->next->batch_free_function(self->next, to_be_freed, num_to_be_freed, in BatchFreeFn()