Searched refs:getHeadersSize (Results 1 – 1 of 1) sorted by relevance
524 static constexpr uptr getHeadersSize() { in getHeadersSize() function597 const uptr MinNeededSizeForCache = roundUp(Size + getHeadersSize(), PageSize); in allocate()602 if (Cache.retrieve(Options, Size, Alignment, getHeadersSize(), &H, in allocate()629 roundUp(roundUp(Size, Alignment) + getHeadersSize(), PageSize); in allocate()678 const uptr HeaderPos = AllocPos - getHeadersSize(); in allocate()