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()
40 std::vector<void *> Allocations; variable46 AllocaHolder(AllocaHolder &&RHS) : Allocations(std::move(RHS.Allocations)) {} in AllocaHolder()48 Allocations = std::move(RHS.Allocations);53 for (void *Allocation : Allocations) in ~AllocaHolder()57 void add(void *Mem) { Allocations.push_back(Mem); } in add()
421 UINT32 Allocations; in AcpiDbExecute() local484 Allocations = AcpiDbGetOutstandingAllocations () - PreviousAllocations; in AcpiDbExecute()488 if (Allocations > 0) in AcpiDbExecute()492 Allocations, AcpiGbl_DbMethodInfo.Pathname); in AcpiDbExecute()