OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCALL_OS_MAIN_SLAB_NEW
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
osApi.h
112
#define
SYSCALL_OS_MAIN_SLAB_NEW
0 // (uint32_t itemSz, uint32_t itemAlign, uint32_t numItems) -> struct SlabAllocator *slab
syscallDo.h
197
return (struct SlabAllocator*)syscallDo3P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SLAB,
SYSCALL_OS_MAIN_SLAB_NEW
), itemSz, itemAlign, numItems);
/device/google/contexthub/firmware/os/core/
osApi.c
539
[
SYSCALL_OS_MAIN_SLAB_NEW
] = { .func = osExpApiSlabNew },
Completed in 109 milliseconds