Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Tests/
H A DTestCollections.cpp42 void *spaceCheck, *spaceCheck2, *spaceCheck3; in testArray() local
77 spaceCheck3 = checkPointSpace(); in testArray()
81 res = res && checkSpace("(A)1j", spaceCheck3, 0); in testArray()
295 void *spaceCheck, *spaceCheck2, *spaceCheck3; in testSet() local
331 spaceCheck3 = checkPointSpace(); in testSet()
336 res = res && checkSpace("(S)1k", spaceCheck3, 0); in testSet()
510 void *spaceCheck, *spaceCheck2, *spaceCheck3; in testDictionary() local
547 spaceCheck3 = checkPointSpace(); in testDictionary()
552 res = res && checkSpace("(D)1j", spaceCheck3, 0); in testDictionary()