Searched refs:Allocations (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lli/
H A DRemoteTarget.cpp25 sys::MemoryBlock *Prev = Allocations.size() ? &Allocations.back() : NULL;
59 for (unsigned i = 0, e = Allocations.size(); i != e; ++i)
60 sys::Memory::ReleaseRWX(Allocations[i]);
H A DRemoteTarget.h31 SmallVector<sys::MemoryBlock, 16> Allocations; member in class:llvm::RemoteTarget
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h41 std::vector<void*> Allocations; member in class:llvm::AllocaHolder
45 void add(void *mem) { Allocations.push_back(mem); }
47 for (unsigned i = 0; i < Allocations.size(); ++i)
48 free(Allocations[i]);
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c398 UINT32 Allocations; local
455 Allocations = AcpiDbGetOutstandingAllocations () - PreviousAllocations;
459 if (Allocations > 0)
462 Allocations, AcpiGbl_DbMethodInfo.Pathname);
/freebsd-10.0-release/contrib/sqlite3/
H A Dshell.c1041 fprintf(pArg->out, "Number of Outstanding Allocations: %d (max %d)\n", iCur, iHiwtr);
1055 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr);

Completed in 90 milliseconds