Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dkern_cdata.c319 data->kcd_endalloced = 0; in kcdata_memory_alloc_init()
344 data->kcd_endalloced = 0; in kcdata_memory_static_init()
369 data->kcd_endalloced += toalloc; in kcdata_endalloc()
378 size_t endalloced = data->kcd_endalloced; in kcdata_release_endallocs()
382 data->kcd_endalloced = 0; in kcdata_release_endallocs()
H A Dkern_cdata.h124 uint32_t kcd_endalloced; member