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

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c83 static SInt32 totalAlloc; variable
114 int s = OSAddAtomic(sz, &totalAlloc);
144 int s = OSAddAtomic(-sz, &totalAlloc);
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c16297 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */ member in struct:Mem5Global
16477 mem5.totalAlloc += iFullSz;
16734 fprintf(out, "mem5.totalAlloc = %llu\n", mem5.totalAlloc);
[all...]

Completed in 308 milliseconds