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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
prof_inlines.h 165 bool sampled, old_sampled, moved; local
185 sampled = ((uintptr_t)tctx > (uintptr_t)1U);
189 if (unlikely(sampled)) {
222 * Enforce page alignment, so that sampled allocations can be identified
239 bool sampled = (uintptr_t)prof_info.alloc_tctx > (uintptr_t)1U; local
240 if (sampled) {
243 return sampled;
prof_inlines_b.h 140 bool sampled, old_sampled, moved; local
160 sampled = ((uintptr_t)tctx > (uintptr_t)1U);
164 if (unlikely(sampled)) {
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
prof_inlines.h 165 bool sampled, old_sampled, moved; local
185 sampled = ((uintptr_t)tctx > (uintptr_t)1U);
189 if (unlikely(sampled)) {
222 * Enforce page alignment, so that sampled allocations can be identified
239 bool sampled = (uintptr_t)prof_info.alloc_tctx > (uintptr_t)1U; local
240 if (sampled) {
243 return sampled;
prof_inlines_b.h 140 bool sampled, old_sampled, moved; local
160 sampled = ((uintptr_t)tctx > (uintptr_t)1U);
164 if (unlikely(sampled)) {
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
prof_inlines.h 195 bool sampled, old_sampled, moved; local
215 sampled = prof_tctx_is_valid(tctx);
219 if (unlikely(sampled)) {
253 * Enforce alignment, so that sampled allocations can be identified
267 bool sampled = prof_tctx_is_valid(prof_info.alloc_tctx); local
268 if (sampled) {
271 return sampled;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
prof_inlines.h 195 bool sampled, old_sampled, moved; local
215 sampled = prof_tctx_is_valid(tctx);
219 if (unlikely(sampled)) {
253 * Enforce alignment, so that sampled allocations can be identified
267 bool sampled = prof_tctx_is_valid(prof_info.alloc_tctx); local
268 if (sampled) {
271 return sampled;
prof_inlines_b.h 140 bool sampled, old_sampled, moved; local
160 sampled = ((uintptr_t)tctx > (uintptr_t)1U);
164 if (unlikely(sampled)) {
  /src/crypto/external/bsd/openssh/dist/
libcrux_mlkem768_sha3.h 6939 size_t sampled = (size_t)0U; local
6952 if (sampled < (size_t)16U) {
6953 Eurydice_slice_index(result, sampled, int16_t, int16_t *) = d1;
6954 sampled++;
6958 if (sampled < (size_t)16U) {
6959 Eurydice_slice_index(result, sampled, int16_t, int16_t *) = d2;
6960 sampled++;
6964 return sampled;
8343 size_t sampled = libcrux_ml_kem_vector_portable_rej_sample_b8( local
8351 sampled_coefficients[uu____0] = sampled_coefficients[uu____0] + sampled;
8465 size_t sampled = libcrux_ml_kem_vector_portable_rej_sample_b8( local
8620 libcrux_ml_kem_polynomial_PolynomialRingElement_1d sampled[3U]; local
    [all...]
  /src/external/bsd/jemalloc.old/dist/
configure 1471 --enable-uaf-detection Allow sampled junk-filling on deallocation to detect
  /src/external/bsd/jemalloc/dist/
configure 1503 --enable-uaf-detection Allow sampled junk-filling on deallocation to detect

Completed in 66 milliseconds