Lines Matching refs:Footer
27 if (size < sizeof(Footer)) {
51 Footer encodedFooter = (actionInt << 6) | padding; in installFooter()
52 memmove(fCursor, &encodedFooter, sizeof(Footer)); in installFooter()
53 fCursor += sizeof(Footer); in installFooter()
64 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(int32_t)); in SkipPod()
72 Footer footer; in RunDtorsOnBlock()
73 memcpy(&footer, footerEnd - sizeof(Footer), sizeof(Footer)); in RunDtorsOnBlock()
83 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(char*)); in NextBlock()
98 constexpr uint32_t headerSize = sizeof(Footer) + sizeof(ptrdiff_t); in ensureSpace()
104 constexpr uint32_t overhead = headerSize + sizeof(Footer); in ensureSpace()
147 skipOverhead = sizeof(Footer) + sizeof(uint32_t); in allocObjectWithFooter()