HomeSort by relevance Sort by last modified time
    Searched defs:tcache (Results 1 - 25 of 27) sorted by null

1 2

  /external/strace/tests/
getcpu.c 52 long * tcache = tail_alloc(128); local
61 res = syscall(__NR_getcpu, cpu, node, tcache);
65 printf("getcpu([%u], [%u], %p) = 0\n", *cpu, *node, tcache);
  /external/strace/tests-m32/
getcpu.c 52 long * tcache = tail_alloc(128); local
61 res = syscall(__NR_getcpu, cpu, node, tcache);
65 printf("getcpu([%u], [%u], %p) = 0\n", *cpu, *node, tcache);
  /external/strace/tests-mx32/
getcpu.c 52 long * tcache = tail_alloc(128); local
61 res = syscall(__NR_getcpu, cpu, node, tcache);
65 printf("getcpu([%u], [%u], %p) = 0\n", *cpu, *node, tcache);
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 56 struct cache_desc tcache; member in struct:cpuinfo_mips
  /external/jemalloc/include/jemalloc/internal/
tcache.h 10 * tcache pointers close to NULL are used to encode state information that is
58 /* Number of tcache allocation/deallocation events between incremental GCs. */
103 * array. During tcache initialization, the avail pointer in each
109 /* Linkage for list of available (previously used) explicit tcache IDs. */
112 tcache_t *tcache; member in union:tcaches_s::__anon20898
127 * Number of tcache bins. There are NBINS small-object bins, plus 0 or more
136 * Explicit tcaches, managed via the tcache.{create,flush,destroy} mallctls and
141 * explicit tcache is created without a disproportionate impact on memory usage.
146 void tcache_event_hard(tsd_t *tsd, tcache_t *tcache);
147 void *tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache,
240 tcache_t *tcache; local
    [all...]
jemalloc_internal.h 173 * jemalloc can conceptually be broken into components (arena, tcache, etc.),
200 * t: tcache
392 #include "jemalloc/internal/tcache.h"
429 #include "jemalloc/internal/tcache.h"
527 #include "jemalloc/internal/tcache.h"
977 * Include portions of arena.h interleaved with tcache.h in order to resolve
983 #include "jemalloc/internal/tcache.h"
994 tcache_t *tcache, bool is_metadata, arena_t *arena, bool slow_path);
998 tcache_t *tcache, bool is_metadata, arena_t *arena);
1000 tcache_t *tcache, arena_t *arena)
1181 idalloctm(tsd_tsdn(tsd), ptr, tcache, false, slow_path); local
1199 isdalloct(tsd_tsdn(tsd), ptr, size, tcache, slow_path); local
    [all...]
  /external/jemalloc/src/
tcache.c 11 static unsigned stack_nelms; /* Total stack elms per tcache. */
37 tcache_event_hard(tsd_t *tsd, tcache_t *tcache)
39 szind_t binind = tcache->next_gc_bin;
40 tcache_bin_t *tbin = &tcache->tbins[binind];
48 tcache_bin_flush_small(tsd, tcache, tbin, binind,
53 - tbin->low_water + (tbin->low_water >> 2), tcache);
71 tcache->next_gc_bin++;
72 if (tcache->next_gc_bin == nhbins)
73 tcache->next_gc_bin = 0;
77 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache,
323 tcache_t *tcache; local
367 tcache_arena_dissociate(tsd_tsdn(tsd), tcache, arena); local
398 idalloctm(tsd_tsdn(tsd), tcache, NULL, true, true); local
404 tcache_t *tcache; local
480 tcache_t *tcache; local
    [all...]

Completed in 1700 milliseconds

1 2