Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Ddlil_subr.c245 size_t object_size, void *__indexable *__single pobject) in _dlil_alloc_aligned_object() argument
265 *pobject = base; in _dlil_alloc_aligned_object()
269 _dlil_free_aligned_object(struct zone *zone, void *pobject) in _dlil_free_aligned_object() argument
271 if (pobject != NULL) { in _dlil_free_aligned_object()
273 pbuf = __unsafe_forge_single(void**, ((intptr_t)pobject - sizeof(void*))); in _dlil_free_aligned_object()