Searched refs:allocations (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc104 // FIXME: ASan should support purgeable allocations.
111 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
117 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
/freebsd-11-stable/sys/xen/interface/xsm/
H A Dflask_op.h128 uint32_t allocations; member in struct:xen_flask_cache_stats
/freebsd-11-stable/sys/netipsec/
H A Dkeydb.h85 u_int32_t allocations; member in struct:seclifetime
H A Dkey_debug.c783 lft->allocations, (uintmax_t)lft->bytes, (uintmax_t)lft->addtime,
856 lft_c.allocations = (uint32_t)counter_u64_fetch(
H A Dkey.c3510 lft_c.allocations = (uint32_t)counter_u64_fetch(
3977 dst->allocations = src->sadb_lifetime_allocations;
7250 lt->sadb_lifetime_allocations = sav->lft_h->allocations;
7256 lt->sadb_lifetime_allocations = sav->lft_s->allocations;
8265 * allocations. We increment the variable
8358 p->sadb_lifetime_allocations = src->allocations;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp429 // Our solution is to include in the root set all allocations made from
431 // guaranteed to include all dynamic TLS blocks (and possibly other allocations
462 LOG_POINTERS("Processing platform-specific allocations.\n");
751 uptr bytes = 0, allocations = 0; local
755 allocations += leaks_[i].hit_count;
759 allocations);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h546 u_int32 allocations; member in struct:info_mem_stats
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c402 printf("offsetof(allocations) = %d\n",
403 (int) offsetof(struct info_mem_stats, allocations));
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1204 fprintf(fp, "new peer allocations: %lu\n",
1205 (u_long)ntohl(mem->allocations));
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c1182 ms->allocations = htonl((u_int32)peer_allocations);
/freebsd-11-stable/contrib/unbound/
H A Dconfigure1557 allocations to other memory purifiers, for debug

Completed in 177 milliseconds