OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:did_commit
(Results
1 - 2
of
2
) 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/include/test/
extent_hooks.h
67
static bool
did_commit
;
variable
160
did_commit
= !err;
Completed in 92 milliseconds