Searched refs:headerSkip (Results 1 – 2 of 2) sorted by relevance
90 headerSkip = minAlign; in TPoolAllocator()91 if (headerSkip < sizeof(tHeader)) { in TPoolAllocator()92 headerSkip = (sizeof(tHeader) + alignmentMask) & ~alignmentMask; in TPoolAllocator()239 if (allocationSize > pageSize - headerSkip) { in allocate()244 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate()260 return reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(memory) + headerSkip); in allocate()280 unsigned char* ret = reinterpret_cast<unsigned char *>(inUseList) + headerSkip; in allocate()281 currentPageOffset = (headerSkip + allocationSize + alignmentMask) & ~alignmentMask; in allocate()
201 size_t headerSkip; // amount of memory to skip to make room for the variable