Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 14 of 14) sorted by relevance

/redis-3.2.3/deps/jemalloc/src/
H A Dchunk.c260 arena_chunk_cache_maybe_remove(arena, node, cache); in chunk_recycle()
266 arena_chunk_cache_maybe_insert(arena, node, cache); in chunk_recycle()
286 chunks_ad, cache, ret, size + trailsize, in chunk_recycle()
295 arena_chunk_cache_maybe_insert(arena, node, cache); in chunk_recycle()
475 assert(!cache || !zeroed); in chunk_record()
476 unzeroed = cache || !zeroed; in chunk_record()
496 arena_chunk_cache_maybe_remove(arena, node, cache); in chunk_record()
502 arena_chunk_cache_maybe_insert(arena, node, cache); in chunk_record()
513 if (cache) { in chunk_record()
523 arena_chunk_cache_maybe_insert(arena, node, cache); in chunk_record()
[all …]
H A Darena.c269 arena_chunk_cache_maybe_insert(arena_t *arena, extent_node_t *node, bool cache) in arena_chunk_cache_maybe_insert() argument
272 if (cache) { in arena_chunk_cache_maybe_insert()
/redis-3.2.3/deps/lua/test/
H A Dfib.lua14 function cache(f) function
39 fib=cache(fib)
H A DREADME12 fib.lua fibonacci function with cache
/redis-3.2.3/deps/jemalloc/
H A D.autom4te.cfg2 args: --no-cache
H A Dconfigure880 -cache-file | --cache-file | --cache-fil | --cache-fi \
881 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
883 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
884 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
887 --config-cache | -C)
888 cache_file=config.cache ;;
1352 --cache-file=FILE cache test results in FILE [disabled]
1353 -C, --config-cache alias for \`--cache-file=config.cache'
1425 --disable-cache-oblivious
2406 $as_echo "$as_me: loading cache $cache_file" >&6;}
[all …]
H A DChangeLog13 allocations when --enable-cache-oblivious configure option is enabled.
157 suffers an L1 cache miss.
174 effectively introduces a cache of chunks.
176 cache locality for the frequently accessed bits.
180 cache set distribution.
182 boundaries in order to more uniformly utilize CPU cache sets. This can be
183 disabled via the --disable-cache-oblivious configure option, and queried via
233 cause cache corruption on OOM. This regression was present in all releases
626 - Fix a thread cache stats merging bug.
756 - Make it possible for the application to manually flush a thread's cache, via
H A DINSTALL188 --disable-cache-oblivious
189 Disable cache-oblivious large allocation alignment for large allocation
192 severely harm CPU cache utilization. However, the cache-oblivious layout
H A Dconfigure.ac996 dnl Support cache-oblivious allocation alignment by default.
997 AC_ARG_ENABLE([cache-oblivious],
998 [AS_HELP_STRING([--disable-cache-oblivious],
999 [Disable support for cache-oblivious allocation alignment])],
1744 AC_MSG_RESULT([cache-oblivious : ${enable_cache_oblivious}])
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in135 * when the cache is in the steady state.
206 * pointer alignments across all cache indices.
H A Djemalloc_internal.h.in299 * Maximum size of L1 cache line. This is used to avoid cache line aliasing.
439 * size classes. In order to reduce cache footprint, the table is compressed,
791 * ind is invalid, cache is old (too small), or arena to be
H A Darena.h432 bool cache);
434 bool cache);
/redis-3.2.3/tests/unit/
H A Dhyperloglog.tcl175 test {PFADD / PFCOUNT cache invalidation works} {
H A Dscripting.tcl295 test {SCRIPT LOAD - is able to register scripts in the scripting cache} {