OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_xmalloc
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/src/
jemalloc.c
30
bool
opt_xmalloc
= false;
variable
618
CONF_HANDLE_BOOL(
opt_xmalloc
, "xmalloc", true)
942
if (config_xmalloc &&
opt_xmalloc
) {
1014
if (config_xmalloc &&
opt_xmalloc
) {
1052
if (config_xmalloc &&
opt_xmalloc
) {
1166
if (config_xmalloc &&
opt_xmalloc
) {
1285
if (config_xmalloc &&
opt_xmalloc
) {
[
all
...]
/external/jemalloc/include/jemalloc/internal/
private_namespace.h
285
#define
opt_xmalloc
JEMALLOC_N(
opt_xmalloc
)
macro
private_unnamespace.h
285
#undef
opt_xmalloc
macro
Completed in 173 milliseconds