Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DnanohubCommand.c96 static struct SlabAllocator *mEventSlab; variable
110 slabAllocatorFree(mEventSlab, ptr); in slabFree()
115 mEventSlab = slabAllocatorNew(NANOHUB_PACKET_PAYLOAD_MAX-sizeof(__le32), 4, 2); in nanohubInitCommand()
895 packet = slabAllocatorAlloc(mEventSlab); in writeEvent()
913 packet = slabAllocatorAlloc(mEventSlab); in writeEvent()