Home
last modified time | relevance | path

Searched refs:caching (Results 1 – 19 of 19) sorted by relevance

/xnu-11215/tools/lldbmacros/kmemory/
H A Dzone.py4 caching,
557 @caching.cache_dynamically
585 @caching.cache_dynamically
629 @caching.dyn_cached_property
637 @caching.dyn_cached_property
643 @caching.dyn_cached_property
651 @caching.dyn_cached_property
657 @caching.dyn_cached_property
663 @caching.dyn_cached_property
H A Dwhatis.py5 caching,
77 @caching.cache_statically
H A Dkmem.py7 caching,
184 @caching.cache_statically
H A Dbtlog.py10 from core import caching, xnu_format
125 @caching.cache_statically
/xnu-11215/tools/lldbmacros/core/
H A Dlazytarget.py4 from .caching import LazyTarget
H A Dpointer.py41 from .caching import cache_statically
H A Dkernelcore.py7 from .caching import (
H A Dcvalue.py20 from .caching import (
/xnu-11215/osfmk/mach/
H A Dmemory_object_types.h430 #define SET_MAP_MEM(caching, flags) \ argument
431 ((flags) = ((((unsigned int)(caching)) << 24) \
/xnu-11215/tools/lldbmacros/
H A Dxnu.py12 from core import caching
79 with RedirectStdStreams(stdout=stream), caching.ImplicitContext(lldbval):
85 with caching.ImplicitContext(lldbval):
310 with RedirectStdStreams(stdout=stream), caching.ImplicitContext(exe_ctx):
729 print("Current size of cache: {}".format(caching.GetSizeOfCache()))
730 caching.ClearAllCache()
H A DMakefile33 core/caching.py \
H A Dmisc.py4 from core import caching
520 @caching.cache_statically
H A Dkext.py14 from core.caching import (
H A Dioreg.py4 from core import caching
1050 @caching.cache_dynamically
H A DREADME.md276 …please see [Section C. -> SPECIAL Note]. If the change is to basic class or caching mechanism than…
/xnu-11215/tools/lldbmacros/usertaskdebugging/
H A Duserprocess.py7 from core import caching
/xnu-11215/doc/vm/
H A Dmemorystatus_notify.md32 …N` | Device is beginning to experience memory pressure. Consider relaxing caching policy. |
/xnu-11215/doc/debugging/
H A Ddebugging.md82 provides you with buffering (aka caching) in case your random small chunk accesses are repeated:
/xnu-11215/makedefs/
H A DMakeInc.def126 # Enable caching with `make CCACHE=ccache`