Spaces:
Runtime error
Runtime error
File size: 1,048 Bytes
be11144 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
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()
|