Home | History | Annotate | Download | only in x86

Lines Matching defs:bytesAllocated

166     size_t bytesAllocated;
183 currentAtomMem->bytesAllocated = 0;
192 if (size + currentAtomMem->bytesAllocated <= ATOMBLOCK_DEFAULT_SIZE) {
194 ptr = &currentAtomMem->ptr[currentAtomMem->bytesAllocated];
207 newAtomMem->bytesAllocated = 0;
220 tmpMem->bytesAllocated = 0;