Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 7 of 7) 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/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator_test.cpp27 auto allocator = UniqueResourceAllocator<unsigned>::New(resources); in TEST_P() local
52 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local
67 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local
87 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local
107 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local
124 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local
142 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local
157 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local
180 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST() local
/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/generic/goldfish-opengl/system/hals/
Dallocator3.cpp435 sp<IAllocator3> allocator(new GoldfishAllocator()); in main() local
/device/generic/goldfish/camera/
Dexif.cpp156 ExifMemPtr allocator(exif_mem_new_default()); in createExifData() local
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp330 GoldfishAddressSpaceHostMemoryAllocator* allocator = &grdma->host_memory_allocator; in gralloc_dmaregion_register_ashmem_direct_mem_locked() local