OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_allocs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/test/unit/
sec.c
191
size_t
max_allocs
= ta.alloc_count + ta.alloc_batch_count;
local
192
expect_zu_le(2 * NALLOCS,
max_allocs
,
208
expect_zu_eq(
max_allocs
, ta.alloc_count + ta.alloc_batch_count,
228
expect_zu_eq(
max_allocs
, ta.alloc_count + ta.alloc_batch_count,
267
size_t
max_allocs
= ta.alloc_count + ta.alloc_batch_count;
local
268
expect_zu_le(NALLOCS + 1,
max_allocs
,
276
expect_zu_le(NALLOCS + 1,
max_allocs
,
288
expect_zu_eq(
max_allocs
, ta.alloc_count + ta.alloc_batch_count,
324
size_t
max_allocs
= ta.alloc_count + ta.alloc_batch_count;
local
326
expect_zu_le(NALLOCS,
max_allocs
, "Incorrect number of allocations")
[
all
...]
/src/external/bsd/jemalloc.old/dist/test/unit/
sec.c
191
size_t
max_allocs
= ta.alloc_count + ta.alloc_batch_count;
local
192
expect_zu_le(2 * NALLOCS,
max_allocs
,
208
expect_zu_eq(
max_allocs
, ta.alloc_count + ta.alloc_batch_count,
228
expect_zu_eq(
max_allocs
, ta.alloc_count + ta.alloc_batch_count,
267
size_t
max_allocs
= ta.alloc_count + ta.alloc_batch_count;
local
268
expect_zu_le(NALLOCS + 1,
max_allocs
,
276
expect_zu_le(NALLOCS + 1,
max_allocs
,
288
expect_zu_eq(
max_allocs
, ta.alloc_count + ta.alloc_batch_count,
324
size_t
max_allocs
= ta.alloc_count + ta.alloc_batch_count;
local
326
expect_zu_le(NALLOCS,
max_allocs
, "Incorrect number of allocations")
[
all
...]
Completed in 48 milliseconds
Indexes created Sat Apr 18 00:22:28 UTC 2026