OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qsz
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/test/integration/
rallocx.c
117
size_t psz,
qsz
, i, j;
local
137
qsz
= sallocx(q, 0);
138
if (q != p ||
qsz
!= psz) {
141
assert_false(validate_fill(q, 0, psz,
qsz
-psz),
144
if (psz !=
qsz
) {
146
qsz
-psz);
147
psz =
qsz
;
/external/jemalloc/test/unit/
mallctl.c
251
size_t sz, psz,
qsz
;
local
256
qsz
= nallocx(psz, 0) + 1;
291
qs[i] = mallocx(
qsz
, MALLOCX_TCACHE(tis[i]));
310
qs[i] = rallocx(ps[i],
qsz
, MALLOCX_TCACHE(tis[i]));
Completed in 59 milliseconds