Home
last modified time | relevance | path

Searched refs:OSKextGetAllocationSiteForCaller (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/libkern/
H A DOSKextLibPrivate.h999 extern const vm_allocation_site_t * OSKextGetAllocationSiteForCaller(uintptr_t address);
/xnu-11215/osfmk/vm/
H A Dvm_resident.c9373 site = OSKextGetAllocationSiteForCaller(retaddr); in vm_tag_bt()
/xnu-11215/libkern/c++/
H A DOSKext.cpp16725 OSKextGetAllocationSiteForCaller(uintptr_t address) function