HomeSort by: relevance | last modified time | path
    Searched defs:Allocations (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 37 std::vector<void *> Allocations;
47 for (void *Allocation : Allocations)
51 void add(void *Mem) { Allocations.push_back(Mem); }
Interpreter.h 37 std::vector<void *> Allocations;
47 for (void *Allocation : Allocations)
51 void add(void *Mem) { Allocations.push_back(Mem); }
  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 332 * DESCRIPTION: Determine the current number of "outstanding" allocations --
333 * those allocations that have not been freed and also are not
442 UINT32 Allocations;
544 Allocations = AcpiDbGetOutstandingAllocations () - PreviousAllocations;
548 if (Allocations > 0)
551 "0x%X Outstanding allocations after evaluation of %s\n",
552 Allocations, AcpiGbl_DbMethodInfo.Pathname);
dbexec.c 332 * DESCRIPTION: Determine the current number of "outstanding" allocations --
333 * those allocations that have not been freed and also are not
442 UINT32 Allocations;
544 Allocations = AcpiDbGetOutstandingAllocations () - PreviousAllocations;
548 if (Allocations > 0)
551 "0x%X Outstanding allocations after evaluation of %s\n",
552 Allocations, AcpiGbl_DbMethodInfo.Pathname);
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_report.cpp 126 MmapAlignedOrDieOnFatalError(size, size * 2, "saved stack allocations");
414 allocations(CopyAllocations()),
441 struct Allocations {
465 Allocations CopyAllocations();
483 const Allocations allocations; member in class:__hwasan::__anon14550::BaseReport
573 BaseReport::Allocations BaseReport::CopyAllocations() {
747 for (const auto &sa : allocations.stack) {
761 if (allocations.stack.empty() && candidate.untagged_addr &&
767 for (const auto &ha : allocations.heap)
    [all...]
hwasan_report.cpp 126 MmapAlignedOrDieOnFatalError(size, size * 2, "saved stack allocations");
414 allocations(CopyAllocations()),
441 struct Allocations {
465 Allocations CopyAllocations();
483 const Allocations allocations; member in class:__hwasan::__anon14550::BaseReport
573 BaseReport::Allocations BaseReport::CopyAllocations() {
747 for (const auto &sa : allocations.stack) {
761 if (allocations.stack.empty() && candidate.untagged_addr &&
767 for (const auto &ha : allocations.heap)
    [all...]

Completed in 32 milliseconds