Lines Matching refs:AllocatorDispatch
31 using base::allocator::AllocatorDispatch;
67 size_t GetAllocSizeEstimate(const AllocatorDispatch* next, in GetAllocSizeEstimate()
76 void RecordAlloc(const AllocatorDispatch* next, in RecordAlloc()
104 void RecordFree(const AllocatorDispatch* next, void* ptr, void* context) { in RecordFree()
114 void* AllocFn(const AllocatorDispatch* self, size_t size, void* context) { in AllocFn()
122 void* AllocZeroInitializedFn(const AllocatorDispatch* self, in AllocZeroInitializedFn()
134 void* AllocAlignedFn(const AllocatorDispatch* self, in AllocAlignedFn()
146 void* ReallocFn(const AllocatorDispatch* self, in ReallocFn()
160 void FreeFn(const AllocatorDispatch* self, void* address, void* context) { in FreeFn()
166 size_t GetSizeEstimateFn(const AllocatorDispatch* self, in GetSizeEstimateFn()
172 unsigned BatchMallocFn(const AllocatorDispatch* self, in BatchMallocFn()
185 void BatchFreeFn(const AllocatorDispatch* self, in BatchFreeFn()
198 void FreeDefiniteSizeFn(const AllocatorDispatch* self, in FreeDefiniteSizeFn()
208 AllocatorDispatch allocator_dispatch = {&AllocFn,
330 base::allocator::AllocatorDispatch*