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

  /external/jemalloc/src/
zone.c 59 return (ivsalloc(ptr, config_prof));
90 if (ivsalloc(ptr, config_prof) != 0) {
102 if (ivsalloc(ptr, config_prof) != 0)
126 alloc_size = ivsalloc(ptr, config_prof);
jemalloc.c     [all...]
  /external/jemalloc/include/jemalloc/internal/
private_symbols.txt 298 ivsalloc
jemalloc_internal_defs.h.in 200 * JEMALLOC_IVSALLOC enables ivsalloc(), which verifies that pointers reside
rtree.h 196 * An arbitrary read, e.g. on behalf of ivsalloc(), may not be
private_namespace.h 300 #define ivsalloc JEMALLOC_N(ivsalloc) macro
jemalloc_internal_defs.h 206 * JEMALLOC_IVSALLOC enables ivsalloc(), which verifies that pointers reside
private_unnamespace.h 300 #undef ivsalloc macro
jemalloc_internal.h 880 size_t ivsalloc(const void *ptr, bool demote);
1008 ivsalloc(const void *ptr, bool demote)
jemalloc_internal.h.in 880 size_t ivsalloc(const void *ptr, bool demote);
1008 ivsalloc(const void *ptr, bool demote)
arena.h 193 * ivsalloc() and core-based debugging.
    [all...]
  /external/jemalloc/
INSTALL 103 Implies --enable-ivsalloc.
122 --enable-ivsalloc
configure.ac 701 [Build debugging code (implies --enable-ivsalloc)])],
720 AC_ARG_ENABLE([ivsalloc],
721 [AS_HELP_STRING([--enable-ivsalloc],
    [all...]
ChangeLog 492 - Add the --enable-ivsalloc option.
    [all...]

Completed in 312 milliseconds