HomeSort by relevance Sort by last modified time
    Searched full:opt_xmalloc (Results 1 - 7 of 7) sorted by null

  /external/jemalloc/include/jemalloc/internal/
private_symbols.txt 285 opt_xmalloc
private_namespace.h 285 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
private_unnamespace.h 285 #undef opt_xmalloc macro
jemalloc_internal.h 373 extern bool opt_xmalloc;
jemalloc_internal.h.in 373 extern bool opt_xmalloc;
  /external/jemalloc/src/
jemalloc.c 30 bool opt_xmalloc = false; variable
618 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc", true)
934 if (config_xmalloc && opt_xmalloc) {
1006 if (config_xmalloc && opt_xmalloc) {
1044 if (config_xmalloc && opt_xmalloc) {
1158 if (config_xmalloc && opt_xmalloc) {
1277 if (config_xmalloc && opt_xmalloc) {
    [all...]
ctl.c 100 CTL_PROTO(opt_xmalloc)
241 {NAME("xmalloc"), CTL(opt_xmalloc)},
1165 CTL_RO_NL_CGEN(config_xmalloc, opt_xmalloc, opt_xmalloc, bool)
    [all...]

Completed in 101 milliseconds