Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRemoteTarget.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()
DRemoteTarget.h31 AllocMapType Allocations; variable
53 for (AllocMapType::const_iterator I = Allocations.begin(), in isAllocatedMemory()
54 E = Allocations.end(); in isAllocatedMemory()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h39 std::vector<void *> Allocations; variable
45 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()
/external/deqp/doc/testspecs/VK/
Dapitests.adoc202 * Allocations that exceed total available memory size (expected to fail)