HomeSort by: relevance | last modified time | path
    Searched defs:allocations (Results 1 - 2 of 2) 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 in function:__lsan::LeakReport::PrintSummary
760 allocations += leaks_[i].hit_count;
764 allocations);

Completed in 93 milliseconds