Searched defs:allocator (Results 1 – 7 of 7) sorted by relevance
31 struct SlabAllocator *allocator; in slabAllocatorNew() local52 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()
254 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabDestroy() local261 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabAlloc() local268 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabFree() local
27 auto allocator = UniqueResourceAllocator<unsigned>::New(resources); in TEST_P() local52 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local67 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local87 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local107 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local124 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local142 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local157 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST_F() local180 auto allocator = UniqueResourceAllocator<unsigned>::New(inputs); in TEST() local
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()
435 sp<IAllocator3> allocator(new GoldfishAllocator()); in main() local
156 ExifMemPtr allocator(exif_mem_new_default()); in createExifData() local
330 GoldfishAddressSpaceHostMemoryAllocator* allocator = &grdma->host_memory_allocator; in gralloc_dmaregion_register_ashmem_direct_mem_locked() local