Searched refs:TOKEN_COUNT_MAX (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_purgeable_internal.h51 #define TOKEN_COUNT_MAX UINT32_MAX macro
H A Dvm_purgeable.c154 if (alloc_size / sizeof (struct token) > TOKEN_COUNT_MAX) {
212 assert(pages <= TOKEN_COUNT_MAX);
437 assert(pages <= TOKEN_COUNT_MAX);

Completed in 29 milliseconds