Searched refs:EntryMetadata (Results 1 – 1 of 1) sorted by relevance
127 struct EntryMetadata { struct in __anon09dfe8530111::BumpPtrAllocator150 Size = alignTo(Size + sizeof(EntryMetadata), 16); in allocate()151 uint8_t *AllocAddress = StackBase + StackSize + sizeof(EntryMetadata); in allocate()152 auto *M = reinterpret_cast<EntryMetadata *>(StackBase + StackSize); in allocate()167 uint8_t MetadataOffset = sizeof(EntryMetadata); in deallocate()168 auto *M = reinterpret_cast<EntryMetadata *>( in deallocate()176 M = reinterpret_cast<EntryMetadata *>(reinterpret_cast<uint8_t *>(Ptr) - in deallocate()