Searched defs:allocator (Results 1 – 8 of 8) sorted by relevance
| /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/generic/goldfish-opengl/android-emu/android/base/ |
| D | address_space.h | 137 struct address_space_allocator *allocator, in address_space_allocator_split_block() 194 struct address_space_allocator *allocator, in address_space_allocator_release_block() 242 struct address_space_allocator *allocator, in address_space_allocator_allocate() 271 struct address_space_allocator *allocator, in address_space_allocator_deallocate() 296 struct address_space_allocator *allocator, in address_space_allocator_init() 322 struct address_space_allocator *allocator) in address_space_allocator_destroy() 333 struct address_space_allocator *allocator) in address_space_allocator_reset()
|
| /device/google/cuttlefish_common/host/commands/launch/ |
| D | vsoc_shared_memory.cc | 77 const VSoCRegionAllocator& allocator) { in WriteRegionDescription()
|
| /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/google/marlin/camera/QCamera2/HAL/ |
| D | QCameraChannel.cpp | 209 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, in addStream() 960 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, in addReprocStreamsFromSource()
|
| D | QCameraStream.cpp | 344 QCameraStream::QCameraStream(QCameraAllocator &allocator, in QCameraStream()
|
| /device/generic/goldfish-opengl/system/vulkan/ |
| D | goldfish_vulkan.cpp | 296 const VkAllocationCallbacks* allocator, in CreateInstance()
|