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

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/
flask_op.h 130 uint32_t allocations; member in struct:xen_flask_cache_stats
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 430 // Our solution is to include in the root set all allocations made from
432 // guaranteed to include all dynamic TLS blocks (and possibly other allocations
463 LOG_POINTERS("Processing platform-specific allocations.\n");
756 uptr bytes = 0, allocations = 0; local
760 allocations += leaks_[i].hit_count;
764 allocations);
  /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...]
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp 196 // Our solution is to include in the root set all allocations made from
198 // guaranteed to include all dynamic TLS blocks (and possibly other allocations
644 LOG_POINTERS("Processing platform-specific allocations.\n");
945 uptr bytes = 0, allocations = 0; local
950 allocations += leaks_[i].hit_count;
954 allocations);
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 528 // Our solution is to include in the root set all allocations made from
530 // guaranteed to include all dynamic TLS blocks (and possibly other allocations
563 LOG_POINTERS("Processing platform-specific allocations.\n");
881 uptr bytes = 0, allocations = 0; local
885 allocations += leaks_[i].hit_count;
889 allocations);
  /src/external/bsd/ntp/dist/include/
ntp_request.h 567 u_int32 allocations; member in struct:info_mem_stats

Completed in 38 milliseconds