Home
last modified time | relevance | path

Searched refs: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() argument
69 uint8_t *ptr = (uint8_t*)ptrP; in slabAllocatorFree()
88 uint32_t slabAllocatorGetIndex(struct SlabAllocator *allocator, void* ptrP) in slabAllocatorGetIndex() argument
90 uint8_t *ptr = (uint8_t*)ptrP; in slabAllocatorGetIndex()
/device/google/contexthub/firmware/os/inc/
DsyscallDo.h215 static inline void eOsSlabAllocatorFree(struct SlabAllocator* allocator, void* ptrP) in eOsSlabAllocatorFree() argument
217 …ALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SLAB, SYSCALL_OS_MAIN_SLAB_FREE), allocator, ptrP); in eOsSlabAllocatorFree()