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

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c105 allocated *alloc2 = (allocated*)(ret + sz); local
112 *alloc2 = *alloc;
130 allocated *alloc2 = (allocated*)(ret + sz); local
136 if (memcmp(alloc, alloc2, sizeof(*alloc)) != 0) {
141 alloc2->file = file;
142 alloc2->line = line;

Completed in 62 milliseconds