HomeSort by: relevance | last modified time | path
    Searched defs:opt_xmalloc (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/stdlib/
jemalloc.c 796 static bool opt_xmalloc = false; variable
3155 opt_xmalloc ? "X" : "x",
3427 opt_xmalloc = false;
3430 opt_xmalloc = true;
  /src/external/bsd/jemalloc.old/dist/src/
jemalloc.c 176 bool opt_xmalloc = false; variable
998 | (opt_xmalloc ? flag_opt_xmalloc : 0);
1392 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc")
2634 if (unlikely(sopts->slow) && config_xmalloc && unlikely(opt_xmalloc)) {
2661 if (config_xmalloc && unlikely(opt_xmalloc)) {
2686 if (config_xmalloc && unlikely(opt_xmalloc)) {
3587 if (config_xmalloc && unlikely(opt_xmalloc)) {
  /src/external/bsd/jemalloc/dist/src/
jemalloc.c 191 bool opt_xmalloc = false; variable
847 | (opt_xmalloc ? flag_opt_xmalloc : 0);
1696 if (unlikely(sopts->slow) && config_xmalloc && unlikely(opt_xmalloc)) {
1723 if (config_xmalloc && unlikely(opt_xmalloc)) {
1748 if (config_xmalloc && unlikely(opt_xmalloc)) {
2575 if (config_xmalloc && unlikely(opt_xmalloc)) {
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h 31 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
private_namespace.h 31 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 31 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
private_namespace.h 31 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro

Completed in 22 milliseconds