Lines Matching refs:alloc
652 for (std::vector<AllocationCallbackRecord>::const_iterator alloc = validationResults.liveAllocations.begin();
653 alloc != validationResults.liveAllocations.end();
654 ++alloc)
656 DE_ASSERT(alloc->type == AllocationCallbackRecord::TYPE_ALLOCATION ||
657 alloc->type == AllocationCallbackRecord::TYPE_REALLOCATION);
659 const size_t size = (alloc->type == AllocationCallbackRecord::TYPE_ALLOCATION ? alloc->data.allocation.size : alloc->data.reallocation.size);
660 const size_t alignment = (alloc->type == AllocationCallbackRecord::TYPE_ALLOCATION ? alloc->data.allocation.alignment : alloc->data.reallocation.alignment);