Searched refs:validationResults (Results 1 – 4 of 4) sorted by relevance
639 AllocationCallbackValidationResults validationResults; in validateAndLog() local641 validateAllocationCallbacks(recorder, &validationResults); in validateAndLog()643 return checkAndLog(log, validationResults, allowedLiveAllocScopeBits); in validateAndLog()646 size_t getLiveSystemAllocationTotal (const AllocationCallbackValidationResults& validationResults) in getLiveSystemAllocationTotal() argument650 DE_ASSERT(validationResults.violations.empty()); in getLiveSystemAllocationTotal()652 …for (std::vector<AllocationCallbackRecord>::const_iterator alloc = validationResults.liveAllocatio… in getLiveSystemAllocationTotal()653 alloc != validationResults.liveAllocations.end(); in getLiveSystemAllocationTotal()668 …allocationTotal += validationResults.internalAllocationTotal[internalAllocationTypeNdx][internalAl… in getLiveSystemAllocationTotal()
229 … getLiveSystemAllocationTotal (const AllocationCallbackValidationResults& validationResults);
145 void validationResults(int n) in validationResults() function711 validationResults(n - 1); in master()
352 AllocationCallbackValidationResults validationResults; in getCurrentSystemMemoryUsage() local354 validateAllocationCallbacks(allocRecoder, &validationResults); in getCurrentSystemMemoryUsage()355 TCU_CHECK(validationResults.violations.empty()); in getCurrentSystemMemoryUsage()357 …return getLiveSystemAllocationTotal(validationResults) + systemAllocationOverhead*validationResult… in getCurrentSystemMemoryUsage()