LIVE / thrust /internal /test /thrust.example.cuda.custom_temporary_allocation.filecheck
Xu Ma
update
1c3c0d9
raw
history blame
No virus
1.05 kB
CHECK: cached_allocator::allocate(): num_bytes == {{[0-9]+}}
CHECK-NEXT: cached_allocator::allocate(): allocating new block
CHECK-NEXT: cached_allocator::deallocate(): ptr == {{(0x)?}}{{[0-9a-z]+}}
CHECK-NEXT: cached_allocator::allocate(): num_bytes == {{[0-9]+}}
CHECK-NEXT: cached_allocator::allocate(): found a free block
CHECK-NEXT: cached_allocator::deallocate(): ptr == {{(0x)?}}{{[0-9a-z]+}}
CHECK-NEXT: cached_allocator::allocate(): num_bytes == {{[0-9]+}}
CHECK-NEXT: cached_allocator::allocate(): found a free block
CHECK-NEXT: cached_allocator::deallocate(): ptr == {{(0x)?}}{{[0-9a-z]+}}
CHECK-NEXT: cached_allocator::allocate(): num_bytes == {{[0-9]+}}
CHECK-NEXT: cached_allocator::allocate(): found a free block
CHECK-NEXT: cached_allocator::deallocate(): ptr == {{(0x)?}}{{[0-9a-z]+}}
CHECK-NEXT: cached_allocator::allocate(): num_bytes == {{[0-9]+}}
CHECK-NEXT: cached_allocator::allocate(): found a free block
CHECK-NEXT: cached_allocator::deallocate(): ptr == {{(0x)?}}{{[0-9a-z]+}}
CHECK-NEXT: cached_allocator::free_all()