Lines Matching defs:cached
42 * two regions are cached and non-cached memory respectively. Each region
46 * Items in the non-cached region are allocated from the start of the partition
47 * while items in the cached region are allocated from the end. The free area
48 * is hence the region between the cached and non-cached offsets. The header of
49 * cached items comes after the data.
144 * @cacheline: alignment for "cached" entries
183 * @offset_free_cached: offset to the first free byte of cached memory in this
355 void *cached;
359 cached = phdr_to_last_cached_entry(phdr);
370 /* Check that we don't grow into the cached region */
372 if ((void *)hdr + alloc_size > cached) {
537 /* Item was not found in the uncached list, search the cached list */