Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dslab.c31 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()
DosApi.c254 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/
Daddress_space.h137 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/
Dvsoc_shared_memory.cc77 const VSoCRegionAllocator& allocator) { in WriteRegionDescription()
/device/google/contexthub/firmware/os/inc/
DsyscallDo.h205 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/
DQCameraChannel.cpp209 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, in addStream()
960 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, in addReprocStreamsFromSource()
DQCameraStream.cpp344 QCameraStream::QCameraStream(QCameraAllocator &allocator, in QCameraStream()
/device/generic/goldfish-opengl/system/vulkan/
Dgoldfish_vulkan.cpp296 const VkAllocationCallbacks* allocator, in CreateInstance()