Searched refs:numBytesToAlloc (Results 1 – 1 of 1) sorted by relevance
256 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local257 tHeader* memory = reinterpret_cast<tHeader*>(::new char[numBytesToAlloc]); in allocate()262 new(memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()