Home | History | Annotate | Download | only in tests

Lines Matching defs:bytesAllocated

614     size_t bytesAllocated = 0;
631 REPORTER_ASSERT(reporter, newBytesAllocated > bytesAllocated);
632 bytesAllocated = newBytesAllocated;
634 REPORTER_ASSERT(reporter, newBytesAllocated == bytesAllocated);