HomeSort by relevance Sort by last modified time
    Searched defs:jemalloc_bool (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.h 46 typedef unsigned char jemalloc_bool; typedef
59 jemalloc_bool opt_abort; /* abort(3) on error? */
60 jemalloc_bool opt_junk; /* Fill allocated/free memory with 0xa5/0x5a? */
61 jemalloc_bool opt_utrace; /* Trace all allocation events? */
62 jemalloc_bool opt_sysv; /* SysV semantics? */
63 jemalloc_bool opt_xmalloc; /* abort(3) on OOM? */
64 jemalloc_bool opt_zero; /* Fill allocated memory with 0x0? */
177 jemalloc_bool reserve_cb_register(reserve_cb_t *cb, void *ctx);
190 jemalloc_bool reserve_cb_unregister(reserve_cb_t *cb, void *ctx);
215 jemalloc_bool reserve_min_set(size_t min)
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.h 46 typedef unsigned char jemalloc_bool; typedef
59 jemalloc_bool opt_abort; /* abort(3) on error? */
60 jemalloc_bool opt_junk; /* Fill allocated/free memory with 0xa5/0x5a? */
61 jemalloc_bool opt_utrace; /* Trace all allocation events? */
62 jemalloc_bool opt_sysv; /* SysV semantics? */
63 jemalloc_bool opt_xmalloc; /* abort(3) on OOM? */
64 jemalloc_bool opt_zero; /* Fill allocated memory with 0x0? */
177 jemalloc_bool reserve_cb_register(reserve_cb_t *cb, void *ctx);
190 jemalloc_bool reserve_cb_unregister(reserve_cb_t *cb, void *ctx);
215 jemalloc_bool reserve_min_set(size_t min)
    [all...]

Completed in 1332 milliseconds