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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
tcache_types.h 7 typedef struct tcache_s tcache_t; typedef in typeref:struct:tcache_s
15 #define TCACHE_STATE_DISABLED ((tcache_t *)(uintptr_t)1)
16 #define TCACHE_STATE_REINCARNATED ((tcache_t *)(uintptr_t)2)
17 #define TCACHE_STATE_PURGATORY ((tcache_t *)(uintptr_t)3)
28 #define TCACHES_ELM_NEED_REINIT ((tcache_t *)(uintptr_t)1)
  /src/external/bsd/jemalloc/include/jemalloc/internal/
tcache_types.h 7 typedef struct tcache_s tcache_t; typedef in typeref:struct:tcache_s
15 #define TCACHE_STATE_DISABLED ((tcache_t *)(uintptr_t)1)
16 #define TCACHE_STATE_REINCARNATED ((tcache_t *)(uintptr_t)2)
17 #define TCACHE_STATE_PURGATORY ((tcache_t *)(uintptr_t)3)
28 #define TCACHES_ELM_NEED_REINIT ((tcache_t *)(uintptr_t)1)
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
tcache_types.h 7 typedef struct tcache_s tcache_t; typedef in typeref:struct:tcache_s
15 #define TCACHE_STATE_DISABLED ((tcache_t *)(uintptr_t)1)
16 #define TCACHE_STATE_REINCARNATED ((tcache_t *)(uintptr_t)2)
17 #define TCACHE_STATE_PURGATORY ((tcache_t *)(uintptr_t)3)
28 #define TCACHES_ELM_NEED_REINIT ((tcache_t *)(uintptr_t)1)
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
tcache_types.h 7 typedef struct tcache_s tcache_t; typedef in typeref:struct:tcache_s
15 #define TCACHE_STATE_DISABLED ((tcache_t *)(uintptr_t)1)
16 #define TCACHE_STATE_REINCARNATED ((tcache_t *)(uintptr_t)2)
17 #define TCACHE_STATE_PURGATORY ((tcache_t *)(uintptr_t)3)
28 #define TCACHES_ELM_NEED_REINIT ((tcache_t *)(uintptr_t)1)

Completed in 14 milliseconds