Searched refs:Allocations (Results 1 – 4 of 4) sorted by relevance
33 sys::MemoryBlock *Prev = Allocations.size() ? &Allocations.back() : nullptr; in allocateSpace()42 Allocations.push_back(Mem); in allocateSpace()69 for (unsigned i = 0, e = Allocations.size(); i != e; ++i) in stop()70 sys::Memory::ReleaseRWX(Allocations[i]); in stop()
31 AllocMapType Allocations; variable53 for (AllocMapType::const_iterator I = Allocations.begin(), in isAllocatedMemory()54 E = Allocations.end(); in isAllocatedMemory()
39 std::vector<void *> Allocations; variable45 AllocaHolder(AllocaHolder &&RHS) : Allocations(std::move(RHS.Allocations)) {} in AllocaHolder()47 Allocations = std::move(RHS.Allocations);52 for (void *Allocation : Allocations) in ~AllocaHolder()56 void add(void *Mem) { Allocations.push_back(Mem); } in add()
202 * Allocations that exceed total available memory size (expected to fail)