| 74 | } |
| 75 | |
| 76 | GPUBFCAllocator::GPUBFCAllocator(GPUMemAllocator* sub_allocator, |
| 77 | size_t total_memory, const string& name) |
| 78 | : GPUBFCAllocator(sub_allocator, total_memory, GPUOptions(), name) {} |
| 79 | |
| 80 | GPUBFCAllocator::GPUBFCAllocator(GPUMemAllocator* sub_allocator, |
| 81 | size_t total_memory, |