Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dkern_cdata.c317 data->kcd_endalloced = 0; in kcdata_memory_alloc_init()
342 data->kcd_endalloced = 0; in kcdata_memory_static_init()
367 data->kcd_endalloced += toalloc; in kcdata_endalloc()
376 size_t endalloced = data->kcd_endalloced; in kcdata_release_endallocs()
380 data->kcd_endalloced = 0; in kcdata_release_endallocs()
H A Dkern_cdata.h124 uint32_t kcd_endalloced; member