Searched refs:AllocBeg (Results 1 – 2 of 2) sorted by relevance
92 void *AllocBeg(UnpackedHeader *Header) { in AllocBeg() function217 void *Ptr = Chunk->AllocBeg(&Header); in Recycle()354 uptr AllocBeg = reinterpret_cast<uptr>(Ptr); in allocate() local355 uptr ChunkBeg = AllocBeg + ChunkHeaderSize; in allocate()358 CHECK_LE(ChunkBeg + Size, AllocBeg + NeededSize); in allocate()363 Header.Offset = (ChunkBeg - ChunkHeaderSize - AllocBeg) >> MinAlignmentLog; in allocate()446 BackendAllocator.GetActuallyAllocatedSize(Chunk->AllocBeg(Header)); in getUsableSize()
115 get_allocator().GetMetaData(AllocBeg(locked_version))); in UsedSize()117 void *AllocBeg(bool locked_version = false) { in AllocBeg() function144 void *p = reinterpret_cast<void *>(m->AllocBeg()); in Recycle()