OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrP
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/core/
slab.c
67
void slabAllocatorFree(struct SlabAllocator *allocator, void*
ptrP
)
69
uint8_t *ptr = (uint8_t*)
ptrP
;
88
uint32_t slabAllocatorGetIndex(struct SlabAllocator *allocator, void*
ptrP
)
90
uint8_t *ptr = (uint8_t*)
ptrP
;
/device/google/contexthub/firmware/os/inc/
syscallDo.h
210
static inline void eOsSlabAllocatorFree(struct SlabAllocator* allocator, void*
ptrP
)
212
(void)syscallDo2P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SLAB, SYSCALL_OS_MAIN_SLAB_FREE), allocator,
ptrP
);
Completed in 82 milliseconds