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

/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus.c217 size_t bufLen; local
227 bufLen = (size_t)sb.st_size;
228 bytes = malloc(bufLen);
233 if (read(fd, bytes, bufLen) != bufLen) {
237 data = CFDataCreateWithBytesNoCopy(kCFAllocatorDefault, (const UInt8 *) bytes, bufLen, kCFAllocatorNull);

Completed in 20 milliseconds