OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:did_commit
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/test/integration/
chunk.c
15
static bool
did_commit
;
variable
62
did_commit
= !err;
212
did_commit
= false;
221
assert_b_eq(did_decommit,
did_commit
, "Expected decommit/commit match");
255
did_commit
= false;
258
assert_b_eq(did_decommit,
did_commit
, "Expected decommit/commit match");
/external/jemalloc_new/test/integration/
extent.c
73
did_commit
= false;
85
assert_b_eq(did_decommit,
did_commit
,
/external/jemalloc_new/test/include/test/
extent_hooks.h
67
static bool
did_commit
;
variable
160
did_commit
= !err;
Completed in 847 milliseconds