Searched refs:cache (Results 1 – 13 of 13) sorted by relevance
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gparser.c | 517 cache->lru_tail = 0; in flush_rs_cache() 528 cache->hash[i] = -1; in flush_rs_cache() 548 flush_rs_cache (cache); in get_rs_cache() 552 return cache; in get_rs_cache() 622 head = cache->lru_head; in rs_new() 627 cache->buckets[cache->lru_tail].lru_chain = head; in rs_new() 628 cache->lru_tail = head; in rs_new() 634 tmp = cache->buckets + cache->hash[index]; in rs_new() 658 cache->hash[index] = rs - cache->buckets; in rs_new() 876 rs = rs_lookup(cache, c); in dwarf_find_save_locs() [all …]
|
| /third_party/ulib/jemalloc/src/ |
| A D | extent.c | 73 bool cache, extent_t *extent); 398 bool cache, extent_t *extent) in extent_leak() argument 404 if (cache) { in extent_leak() 473 extent_retained_get(extent) == cache) in extent_recycle() 524 extent_leak(tsdn, arena, r_extent_hooks, cache, in extent_recycle() 546 cache, extent); in extent_recycle() 928 cache); in extent_try_coalesce() 930 cache); in extent_try_coalesce() 946 assert(!cache || !extent_zeroed_get(extent)); in extent_record() 968 extent_heaps, cache); in extent_record() [all …]
|
| A D | arena.c | 95 bool cache) in arena_extent_cache_maybe_insert() argument 99 if (cache) { in arena_extent_cache_maybe_insert()
|
| /third_party/ulib/jemalloc/ |
| A D | .autom4te.cfg | 2 args: --no-cache
|
| A D | INSTALL | 197 --disable-cache-oblivious 198 Disable cache-oblivious large allocation alignment for large allocation 201 severely harm CPU cache utilization. However, the cache-oblivious layout 345 support and deploying to a target without. To work around this, use a cache 349 echo "je_cv_madv_free=no" > config.cache && ./configure -C
|
| A D | ChangeLog | 225 --enable-cache-oblivious configure option is enabled. 233 allocations when --enable-cache-oblivious configure option is enabled. 377 suffers an L1 cache miss. 394 effectively introduces a cache of chunks. 396 cache locality for the frequently accessed bits. 400 cache set distribution. 402 boundaries in order to more uniformly utilize CPU cache sets. This can be 403 disabled via the --disable-cache-oblivious configure option, and queried via 453 cause cache corruption on OOM. This regression was present in all releases 846 - Fix a thread cache stats merging bug. [all …]
|
| A D | configure.ac | 1175 dnl Support cache-oblivious allocation alignment by default. 1176 AC_ARG_ENABLE([cache-oblivious], 1177 [AS_HELP_STRING([--disable-cache-oblivious], 1178 [Disable support for cache-oblivious allocation alignment])], 2094 AC_MSG_RESULT([cache-oblivious : ${enable_cache_oblivious}])
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | arena_externs.h | 24 extent_t *extent, bool cache); 26 extent_t *extent, bool cache);
|
| A D | jemalloc_internal_defs.h.in | 156 * when the cache is in the steady state. 238 * pointer alignments across all cache indices.
|
| A D | jemalloc_internal.h.in | 337 * Maximum size of L1 cache line. This is used to avoid cache line aliasing. 466 * size classes. In order to reduce cache footprint, the table is compressed, 864 * ind is invalid, cache is old (too small), or tdata to be
|
| /third_party/ulib/backtrace/ |
| A D | Makefile.in | 99 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 763 -rm -rf $(top_srcdir)/autom4te.cache
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 2465 ACPICA cache manager. Jung-uk Kim. 6005 (local) cache must be locked during all cache object deletions. Andrew 8902 decrease memory use for cache implementations that minimize per- 10047 the host-defined cache object. This allows the OSL implementation to 10083 utilities/utcache.c /* Local cache interfaces */ 10125 cache 10817 to enable the local cache. 14868 The internal object cache is now purged after table loading and 15298 been coelesced and optimized so that there is a single cache and 15300 implement generic cache management. This has reduced the code [all …]
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 1485 - spin locks no longer constantly invalidate cache lines while spinning
|
Completed in 48 milliseconds