Home
last modified time | relevance | path

Searched refs:dataSz (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dslab.c32 uint32_t bitsetSz, dataSz; in slabAllocatorNew() local
39 dataSz = itemSz * numItems; in slabAllocatorNew()
42 allocator = (struct SlabAllocator*)heapAlloc(sizeof(struct SlabAllocator) + bitsetSz + dataSz); in slabAllocatorNew()