OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCALL_OS_MAIN_HEAP_FREE
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
osApi.h
108
#define
SYSCALL_OS_MAIN_HEAP_FREE
1 // (void *mem) -> void
syscallDo.h
192
(void)syscallDo1P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_HEAP,
SYSCALL_OS_MAIN_HEAP_FREE
), ptr);
/device/google/contexthub/firmware/os/core/
osApi.c
532
[
SYSCALL_OS_MAIN_HEAP_FREE
] = { .func = osExpApiHeapFree },
Completed in 243 milliseconds