Searched refs:DEFAULT_SAMPLE_SIZE (Results 1 – 4 of 4) sorted by relevance
167 static constexpr uint32_t DEFAULT_SAMPLE_SIZE = 1; member168 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;
110 static constexpr uint32_t DEFAULT_SAMPLE_SIZE = 1; member111 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;
314 static constexpr uint32_t DEFAULT_SAMPLE_SIZE = 1; member315 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;
71 constexpr static uint32_t DEFAULT_SAMPLE_SIZE = 1; variable596 if (opts.sampleSize != DEFAULT_SAMPLE_SIZE) { in HeapMemAlloc()