HomeSort by relevance Sort by last modified time
    Searched full:tcache (Results 26 - 50 of 55) sorted by null

12 3

  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /system/core/libmemunreachable/
ScopedDisableMalloc.h 55 // example if the allocation is satisfied out of the thread's tcache), or may
  /external/jemalloc/src/
android_je_iterate.c 177 je_mallctl("thread.tcache.enabled",
186 je_mallctl("thread.tcache.enabled", NULL, NULL,
prof.c 778 tcache_t *tcache; local
792 tcache = tcache_get(tsd, true);
794 size2index(sizeof(prof_tctx_t)), false, tcache, true, NULL,
815 idalloctm(tsd, ret.v, tcache, true, true);
1727 tcache_t *tcache; local
1794 tcache_t *tcache; local
    [all...]
ctl.c 242 {NAME("tcache"), CHILD(named, thread_tcache)},
257 {NAME("tcache"), CTL(config_tcache)},
279 {NAME("tcache"), CTL(opt_tcache)},
494 {NAME("tcache"), CHILD(named, tcache)},
1336 tcache_t *tcache = tsd_tcache_get(tsd); local
    [all...]
arena.c     [all...]
stats.c 59 CTL_GET("config.tcache", &config_tcache, bool);
519 OPT_WRITE_BOOL(tcache)
  /external/jemalloc/
Android.bp 31 // The number of small slots held in the tcache. The higher this number
35 // The number of large slots held in the tcache. The higher this number
39 // 1 << XX is the maximum sized allocation that will be in the tcache.
58 // Only enable the tcache on non-svelte configurations, to save PSS.
120 "src/tcache.c",
Android.mk 32 # The number of small slots held in the tcache. The higher this number
36 # The number of large slots held in the tcache. The higher this number
40 # 1 << XX is the maximum sized allocation that will be in the tcache.
55 # Only enable the tcache on non-svelte configurations, to save PSS.
102 src/tcache.c \
ChangeLog 198 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and
199 "tcache.destroy" mallctls control tcache lifetime and flushing, and the
201 control which tcache is used for each operation.
296 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to control tcache usage.
437 + internal zero-initialized data structures (relevant to tcache and prof
531 - Disable tcache by default if running inside Valgrind, in order to avoid
541 - Fix error return value for "thread.tcache.enabled" mallctl.
569 - Add the "thread.tcache.enabled" mallctl
    [all...]
INSTALL 151 --disable-tcache
154 the "opt.tcache" option for usage details.
configure.ac 883 AC_ARG_ENABLE([tcache],
884 [AS_HELP_STRING([--disable-tcache], [Disable per thread caches])],
    [all...]
  /external/jemalloc/test/unit/
stats.c 150 no_lazy_lock(); /* Lazy locking would dodge tcache testing. */
159 assert_d_eq(mallctl("thread.tcache.flush", NULL, NULL, NULL, 0),
291 assert_d_eq(mallctl("thread.tcache.flush", NULL, NULL, NULL, 0),
  /external/jemalloc/include/jemalloc/
jemalloc.h 114 * Bias tcache index bits so that 0 encodes "automatic tcache management", and 1
  /external/jemalloc/msvc/projects/vc2015/jemalloc/
jemalloc.vcxproj.filters 149 <ClInclude Include="..\..\..\..\include\jemalloc\internal\tcache.h">
244 <ClCompile Include="..\..\..\..\src\tcache.c">
jemalloc.vcxproj 72 <ClInclude Include="..\..\..\..\include\jemalloc\internal\tcache.h" />
113 <ClCompile Include="..\..\..\..\src\tcache.c" />
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 142 /* ANDROID: The tcache is enabled/disabled in the Makefile, not here. */
tsd.h 535 O(tcache, tcache_t *) \
  /frameworks/opt/bitmap/src/com/android/bitmap/
UnrefedPooledCache.java 193 sb.append("\n\tcache key=");
  /external/e2fsprogs/misc/
blkid.c 55 "\t-c\tcache file (default: /etc/blkid.tab, /dev/null = none)\n"
  /prebuilts/misc/android-arm/gdbserver/
gdbserver 
  /prebuilts/misc/android-x86/gdbserver/
gdbserver 
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 

Completed in 728 milliseconds

12 3