Searched refs:SlabAddr (Results 1 – 1 of 1) sorted by relevance
410 char *SlabAddr = static_cast<char *>(HostAllocation.base()); in allocateHostBlocks() local412 char *SlabAddrEnd = SlabAddr + HostAllocation.allocatedSize(); in allocateHostBlocks()423 char *ZeroFillBegin = SlabAddr + Seg.getContentSize(); in allocateHostBlocks()428 sys::MemoryBlock(SlabAddr, AlignedSegmentSize); in allocateHostBlocks()430 SlabAddr += AlignedSegmentSize; in allocateHostBlocks()431 assert(SlabAddr <= SlabAddrEnd && "Out of range"); in allocateHostBlocks()