Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp3770 uint64_t allocSize64 = total + ((uint64_t)sizeof(zmem)); in z_alloc() local
3772 if (allocSize64 > UINT32_MAX) { in z_alloc()
3776 uint32_t allocSize = (uint32_t)allocSize64; in z_alloc()