Lines Matching refs:Footer
15 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(int32_t)); in SkipPod()
23 Footer footer; in RunDtorsOnBlock()
24 memcpy(&footer, footerEnd - sizeof(Footer), sizeof(Footer)); in RunDtorsOnBlock()
34 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(char*)); in NextBlock()
50 if (size < sizeof(Footer)) {
74 Footer encodedFooter = (actionInt << 6) | padding; in installFooter()
75 memmove(fCursor, &encodedFooter, sizeof(Footer)); in installFooter()
76 fCursor += sizeof(Footer); in installFooter()
93 constexpr uint32_t headerSize = sizeof(Footer) + sizeof(ptrdiff_t); in ensureSpace()
98 uint32_t objSizeAndOverhead = size + headerSize + sizeof(Footer); in ensureSpace()
140 skipOverhead = sizeof(Footer) + sizeof(uint32_t); in allocObjectWithFooter()