Searched refs:numItems (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/src/ |
D | slab.c | 29 struct SlabAllocator* slabAllocatorNew(uint32_t itemSz, uint32_t itemAlign, uint32_t numItems) in slabAllocatorNew() argument 35 bitsetSz = ATOMIC_BITSET_SZ(numItems); in slabAllocatorNew() 39 dataSz = itemSz * numItems; in slabAllocatorNew() 46 atomicBitsetInit(allocator->bitset, numItems); in slabAllocatorNew()
|
D | osApi.c | 231 uint32_t numItems = va_arg(args, uint32_t); in osExpApiSlabNew() local 233 *retValP = (uintptr_t)slabAllocatorNew(itemSz, itemAlign, numItems); in osExpApiSlabNew()
|
/device/google/contexthub/firmware/inc/ |
D | slab.h | 28 struct SlabAllocator* slabAllocatorNew(uint32_t itemSz, uint32_t itemAlign, uint32_t numItems);
|
D | syscallDo.h | 241 …e struct SlabAllocator* eOsSlabAllocatorNew(uint32_t itemSz, uint32_t itemAlign, uint32_t numItems) in eOsSlabAllocatorNew() argument 243 …OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SLAB, SYSCALL_OS_MAIN_SLAB_NEW), itemSz, itemAlign, numItems); in eOsSlabAllocatorNew()
|