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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_purgeable_internal.h51 #define TOKEN_COUNT_MAX UINT32_MAX macro
H A Dvm_purgeable.c161 if (alloc_size / sizeof (struct token) > TOKEN_COUNT_MAX) {
219 assert(pages <= TOKEN_COUNT_MAX);
449 assert(pages <= TOKEN_COUNT_MAX);

Completed in 24 milliseconds