HomeSort by relevance Sort by last modified time
    Searched refs:slabAllocatorGetNth (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/inc/
slab.h 33 void* slabAllocatorGetNth(struct SlabAllocator *allocator, uint32_t idx); // -> pointer or NULL if that slot is empty may be not int-safe. YMMV
  /device/google/contexthub/firmware/os/core/
slab.c 80 void* slabAllocatorGetNth(struct SlabAllocator *allocator, uint32_t idx)
sensors.c 80 struct SensorsClientRequest *req = slabAllocatorGetNth(mCliSensMatrix, i);
389 struct SensorsClientRequest *req = slabAllocatorGetNth(mCliSensMatrix, i);
421 struct SensorsClientRequest *req = slabAllocatorGetNth(mCliSensMatrix, i);

Completed in 281 milliseconds