Home
last modified time | relevance | path

Searched refs:Allocations (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lli/
HDRemoteTarget.cpp33 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()
HDRemoteTarget.h31 AllocMapType Allocations; variable
53 for (AllocMapType::const_iterator I = Allocations.begin(), in isAllocatedMemory()
54 E = Allocations.end(); in isAllocatedMemory()
/NextBSD/contrib/llvm/lib/ExecutionEngine/Interpreter/
HDInterpreter.h40 std::vector<void *> Allocations; variable
46 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()
/NextBSD/sys/contrib/dev/acpica/components/debugger/
HDdbexec.c421 UINT32 Allocations; in AcpiDbExecute() local
484 Allocations = AcpiDbGetOutstandingAllocations () - PreviousAllocations; in AcpiDbExecute()
488 if (Allocations > 0) in AcpiDbExecute()
492 Allocations, AcpiGbl_DbMethodInfo.Pathname); in AcpiDbExecute()