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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h39 std::vector<void *> Allocations; member in class:llvm::AllocaHolder
45 AllocaHolder(AllocaHolder &&RHS) : Allocations(std::move(RHS.Allocations)) {}
47 Allocations = std::move(RHS.Allocations);
52 for (void *Allocation : Allocations)
56 void add(void *Mem) { Allocations.push_back(Mem); }
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c421 UINT32 Allocations; local
496 Allocations = AcpiDbGetOutstandingAllocations () - PreviousAllocations;
500 if (Allocations > 0)
504 Allocations, AcpiGbl_DbMethodInfo.Pathname);
/freebsd-11.0-release/contrib/sqlite3/
H A Dshell.c1344 raw_printf(pArg->out, "Number of Outstanding Allocations: %d (max %d)\n",
1362 "Number of Scratch Allocations Used: %d (max %d)\n",

Completed in 111 milliseconds