Searched refs:default_heap (Results 1 – 3 of 3) sorted by relevance
116 dev->default_heap = fd_bo_heap_new(dev, 0); in fd_device_new()190 if (dev->default_heap) in fd_device_del()191 fd_bo_heap_destroy(dev->default_heap); in fd_device_del()
128 if ((alloc_flags == 0) && dev->default_heap) in bo_new()129 bo = fd_bo_heap_alloc(dev->default_heap, size, flags); in bo_new()
219 struct fd_bo_heap *default_heap; member