Searched refs:validationResults (Results 1 – 3 of 3) sorted by relevance
622 AllocationCallbackValidationResults validationResults; in validateAndLog() local624 validateAllocationCallbacks(recorder, &validationResults); in validateAndLog()626 return checkAndLog(log, validationResults, allowedLiveAllocScopeBits); in validateAndLog()629 size_t getLiveSystemAllocationTotal (const AllocationCallbackValidationResults& validationResults) in getLiveSystemAllocationTotal() argument633 DE_ASSERT(validationResults.violations.empty()); in getLiveSystemAllocationTotal()635 …for (std::vector<AllocationCallbackRecord>::const_iterator alloc = validationResults.liveAllocatio… in getLiveSystemAllocationTotal()636 alloc != validationResults.liveAllocations.end(); in getLiveSystemAllocationTotal()651 …allocationTotal += validationResults.internalAllocationTotal[internalAllocationTypeNdx][internalAl… in getLiveSystemAllocationTotal()
217 … getLiveSystemAllocationTotal (const AllocationCallbackValidationResults& validationResults);
321 AllocationCallbackValidationResults validationResults; in getCurrentSystemMemoryUsage() local323 validateAllocationCallbacks(allocRecoder, &validationResults); in getCurrentSystemMemoryUsage()324 TCU_CHECK(validationResults.violations.empty()); in getCurrentSystemMemoryUsage()326 …return getLiveSystemAllocationTotal(validationResults) + systemAllocationOverhead*validationResult… in getCurrentSystemMemoryUsage()