Home
last modified time | relevance | path

Searched defs:ptrP (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dslab.c67 void slabAllocatorFree(struct SlabAllocator *allocator, void* ptrP) in slabAllocatorFree()
88 uint32_t slabAllocatorGetIndex(struct SlabAllocator *allocator, void* ptrP) in slabAllocatorGetIndex()
/device/google/contexthub/firmware/os/inc/
DsyscallDo.h215 static inline void eOsSlabAllocatorFree(struct SlabAllocator* allocator, void* ptrP) in eOsSlabAllocatorFree()