Searched defs:NodeAllocator (Results 1 – 4 of 4) sorted by relevance
373 struct NodeAllocator { struct377 NodeAllocator(uint32_t NPB = 4096) argument378 : NodesPerBlock(NPB), BitsPerIndex(Log2_32(NPB)), in NodesPerBlock()383 NodeBase *ptr(NodeId N) const { in ptr()398 uint32_t makeId(uint32_t Block, uint32_t Index) const { in makeId()403 const uint32_t NodesPerBlock;404 const uint32_t BitsPerIndex;405 const uint32_t IndexMask;406 char *ActiveEnd = nullptr;407 std::vector<char*> Blocks;[all …]
551 BumpPtrAllocator NodeAllocator; variable
537 BumpPtrAllocator NodeAllocator; variable
232 SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator; member in __anon8686d4850111::SuffixTree