Searched refs:stackAlloc (Results 1 – 1 of 1) sorted by relevance
49 char stackAlloc[allocaSize]; member in CollapseAllocator54 CollapseAllocator(size_t n) : pTAlloc(reinterpret_cast<pT>(stackAlloc)) { in CollapseAllocator()60 if (pTAlloc != reinterpret_cast<pT>(stackAlloc)) { in ~CollapseAllocator()