| /device/google/contexthub/firmware/os/core/ |
| D | slab.c | 31 struct SlabAllocator *allocator; in slabAllocatorNew() local 52 void slabAllocatorDestroy(struct SlabAllocator *allocator) in slabAllocatorDestroy() 57 void* slabAllocatorAlloc(struct SlabAllocator *allocator) in slabAllocatorAlloc() 67 void slabAllocatorFree(struct SlabAllocator *allocator, void* ptrP) in slabAllocatorFree() 80 void* slabAllocatorGetNth(struct SlabAllocator *allocator, uint32_t idx) in slabAllocatorGetNth() 88 uint32_t slabAllocatorGetIndex(struct SlabAllocator *allocator, void* ptrP) in slabAllocatorGetIndex() 100 uint32_t slabAllocatorGetNumItems(struct SlabAllocator *allocator) in slabAllocatorGetNumItems()
|
| D | osApi.c | 254 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabDestroy() local 261 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabAlloc() local 268 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabFree() local
|
| /device/google/cuttlefish/common/libs/utils/ |
| D | unique_resource_allocator_test.cpp | 26 auto allocator = UniqueResourceAllocator<unsigned>::New(resources); in TEST_P() local 51 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local 66 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local 86 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local 106 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local 123 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local 141 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local 156 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local 179 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST() local
|
| /device/generic/goldfish-opengl/android-emu/aemu/base/ |
| D | address_space.h | 147 struct address_space_allocator *allocator, in address_space_allocator_split_block() 204 struct address_space_allocator *allocator, in address_space_allocator_release_block() 252 struct address_space_allocator *allocator, in address_space_allocator_allocate() 281 struct address_space_allocator *allocator, in address_space_allocator_deallocate() 306 struct address_space_allocator *allocator, in address_space_allocator_init() 333 struct address_space_allocator *allocator) in address_space_allocator_destroy() 345 struct address_space_allocator *allocator) in address_space_allocator_destroy_nocleanup() 353 struct address_space_allocator *allocator) in address_space_allocator_reset() 369 struct address_space_allocator *allocator, in address_space_allocator_run()
|
| D | AndroidSubAllocator.cpp | 61 [](void* context, struct address_space_allocator* allocator) { in save() 89 [](void* context, struct address_space_allocator* allocator) { in load()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_raii.hpp | 2375 …eCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::Allocat… in create() 2390 …eCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::Allocat… in Instance() 2402 …& context, VkInstance instance, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::Allocat… in Instance() 3153 …eCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::Allocat… in create() 3168 …eCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::Allocat… in Device() 3180 …hysicalDevice, VkDevice device, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::Allocat… in Device() 4029 …eateInfoKHR const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::Allocat… in create() 4044 …eateInfoKHR const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::Allocat… in AccelerationStructureKHR() 4055 …ctureKHR accelerationStructure, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::Allocat… in AccelerationStructureKHR() 4155 …reateInfoNV const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::Allocat… in create() [all …]
|
| D | vulkan_funcs.hpp | 31 …AMESPACE::InstanceCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallback… in createInstance() 45 …AMESPACE::InstanceCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallback… in createInstanceUnique() 69 …VULKAN_HPP_INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks… in destroy() 367 …_NAMESPACE::DeviceCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallback… in createDevice() 381 …_NAMESPACE::DeviceCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallback… in createDeviceUnique() 405 …VULKAN_HPP_INLINE void Device::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> … in destroy() 776 …ESPACE::MemoryAllocateInfo & allocateInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallback… in allocateMemory() 790 …ESPACE::MemoryAllocateInfo & allocateInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallback… in allocateMemoryUnique() 814 …VULKAN_HPP_NAMESPACE::DeviceMemory memory, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallback… in freeMemory() 1175 …P_NAMESPACE::FenceCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallback… in createFence() [all …]
|
| /device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
| D | debug_report.cpp | 27 const VkAllocationCallbacks& allocator) { in AddCallback() 44 const VkAllocationCallbacks& allocator) { in RemoveCallback() 122 const VkAllocationCallbacks* allocator, in CreateDebugReportCallbackEXT() 153 const VkAllocationCallbacks* allocator) { in DestroyDebugReportCallbackEXT()
|
| D | api.cpp | 50 OverrideLayerNames(bool is_instance, const VkAllocationCallbacks& allocator) in OverrideLayerNames() 322 const VkAllocationCallbacks& allocator) in OverrideExtensionNames() 497 const VkAllocationCallbacks& allocator) in LayerChain() 779 const VkAllocationCallbacks* allocator, in Create() 852 const VkAllocationCallbacks* allocator, in Create() 1004 const VkAllocationCallbacks& allocator) { in DestroyLayers() 1062 const VkAllocationCallbacks* allocator, in CreateInstance() 1088 const VkAllocationCallbacks* allocator, in CreateDevice() 1114 const VkAllocationCallbacks* allocator) { in DestroyInstance() 1135 const VkAllocationCallbacks* allocator) { in DestroyDevice()
|
| D | driver.cpp | 300 const VkAllocationCallbacks& allocator) in CreateInfoWrapper() 312 const VkAllocationCallbacks& allocator) in CreateInfoWrapper() 644 InstanceData* AllocateInstanceData(const VkAllocationCallbacks& allocator) { in AllocateInstanceData() 655 const VkAllocationCallbacks& allocator) { in FreeInstanceData() 661 const VkAllocationCallbacks& allocator, in AllocateDeviceData() 672 void FreeDeviceData(DeviceData* data, const VkAllocationCallbacks& allocator) { in FreeDeviceData()
|
| D | driver.h | 76 const VkAllocationCallbacks allocator; member 98 const VkAllocationCallbacks allocator; member
|
| D | swapchain.cpp | 487 const VkAllocationCallbacks* allocator, in CreateAndroidSurfaceKHR() 530 const VkAllocationCallbacks* allocator) { in DestroySurfaceKHR() 924 const VkAllocationCallbacks* allocator, in CreateSwapchainKHR() 1311 const VkAllocationCallbacks* allocator) { in DestroySwapchainKHR() 1515 const VkAllocationCallbacks* allocator = &GetData(device).allocator; in QueuePresentKHR() local
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | GraphicBuffer.cpp | 89 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in free_handle() local 119 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in reallocate() local 139 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); in initWithSize() local
|
| /device/google/contexthub/firmware/os/inc/ |
| D | syscallDo.h | 205 static inline void eOsSlabAllocatorDestroy(struct SlabAllocator* allocator) in eOsSlabAllocatorDestroy() 210 static inline void* eOsSlabAllocatorAlloc(struct SlabAllocator* allocator) in eOsSlabAllocatorAlloc() 215 static inline void eOsSlabAllocatorFree(struct SlabAllocator* allocator, void* ptrP) in eOsSlabAllocatorFree()
|
| /device/generic/goldfish-opengl/system/hals/ |
| D | allocator3.cpp | 414 sp<IAllocator3> allocator(new GoldfishAllocator()); in main() local
|
| /device/generic/goldfish/camera/ |
| D | exif.cpp | 156 ExifMemPtr allocator(exif_mem_new_default()); in createExifData() local
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | VkAndroidNativeBuffer.cpp | 118 android::base::BumpPool& allocator, in prepareAndroidNativeBufferImage()
|
| /device/generic/goldfish-opengl/system/vulkan/ |
| D | goldfish_vulkan.cpp | 417 const VkAllocationCallbacks* allocator, in CreateInstance()
|
| /device/generic/goldfish-opengl/system/gralloc/ |
| D | gralloc_old.cpp | 340 GoldfishAddressSpaceHostMemoryAllocator* allocator = &grdma->host_memory_allocator; in gralloc_dmaregion_register_ashmem_direct_mem_locked() local
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/ |
| D | VulkanHppGenerator.cpp | 4101 … std::string allocator = stripPrefix( dataTypes[0], "VULKAN_HPP_NAMESPACE::" ) + "Allocator"; in generateDataDeclarations1Return() local 5920 std::string objectDeleter, allocator; in generateObjectDeleter() local
|