Home | History | Annotate | Download | only in driver

Lines Matching refs:verifySize

452     size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr, requiredAlignment);
453 if(allocSize != verifySize) {
616 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);
617 if(s != verifySize) {