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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp2629 z_mem * zmem = NULL; local
2638 uint64_t allocSize64 = total + ((uint64_t)sizeof(zmem));
2642 notused, num_items, size, (uint32_t)total, sizeof(zmem));
2646 zmem = (z_mem *)kalloc(allocSize);
2647 if (!zmem) {
2650 zmem->alloc_size = allocSize;
2651 result = (void *)&(zmem->data);
2660 z_mem * zmem = (z_mem *)skipper; local
2661 kfree((void *)zmem, zmem
[all...]

Completed in 72 milliseconds