reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
41 allocator.InitLinkerInitialized( 46 allocator.SwallowCache(GetAllocatorCache()); 50 return reinterpret_cast<ChunkMetadata *>(allocator.GetMetaData(p)); 84 void *p = allocator.Allocate(GetAllocatorCache(), size, alignment); 92 if (cleared && allocator.FromPrimary(p)) 114 allocator.Deallocate(GetAllocatorCache(), p); 121 allocator.Deallocate(GetAllocatorCache(), p); 124 p = allocator.Reallocate(GetAllocatorCache(), p, new_size, alignment); 228 allocator.ForceLock(); 232 allocator.ForceUnlock(); 236 *begin = (uptr)&allocator; 237 *end = *begin + sizeof(allocator); 242 uptr chunk = reinterpret_cast<uptr>(allocator.GetBlockBeginFastLocked(p)); 288 allocator.ForEachChunk(callback, arg); 292 void *chunk = allocator.GetBlockBegin(p); 313 allocator.GetStats(stats); 320 allocator.GetStats(stats);