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/ |
D | context_list.cc | 46 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/ |
D | thread_heap_usage_tracker.cc | 186 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/ |
D | zone.c | 111 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/ |
D | allocator_shim.cc | 265 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()
|
D | allocator_shim.h | 80 void** to_be_freed,
|
/external/libchrome/base/sampling_heap_profiler/ |
D | sampling_heap_profiler.cc | 122 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()
|