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

  /src/sys/conf/
ssp.mk 15 # The following files use alloca(3) or variable array allocations.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 94 // FIXME: ASan should support purgeable allocations.
101 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
107 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 101 // FIXME: ASan should support purgeable allocations.
108 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
114 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 101 // FIXME: ASan should support purgeable allocations.
108 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
114 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
  /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/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
aorsmul_1.asm 78 C Standard allocations
90 C DOS64 allocations
mul_1.asm 69 C Standard allocations
82 C DOS64 allocations
mul_basecase.asm 73 C Standard allocations
sqr_basecase.asm 69 C Standard 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/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/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
  /src/external/bsd/libbind/dist/irs/
irpmarshall.c 61 Double check memory allocations on unmarhsalling
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 1184 ms->allocations = htonl((u_int32)peer_allocations);
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 1206 fprintf(fp, "new peer allocations: %lu\n",
1207 (u_long)ntohl(mem->allocations));
  /src/external/gpl3/autoconf/dist/
maint.mk 1204 halt='Avoid stack allocations of size PATH_MAX' \
  /src/external/bsd/unbound/dist/
configure 1615 allocations to other memory purifiers, for debug

Completed in 73 milliseconds