Home
last modified time | relevance | path

Searched refs:SYSCALL_OS_MAIN_HEAP_ALLOC (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DosApi.h107 #define SYSCALL_OS_MAIN_HEAP_ALLOC 0 // (uint32_t sz) -> void *mem macro
DsyscallDo.h187 …CALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_HEAP, SYSCALL_OS_MAIN_HEAP_ALLOC), sz); in eOsHeapAlloc()
/device/google/contexthub/firmware/os/core/
DosApi.c531 [SYSCALL_OS_MAIN_HEAP_ALLOC] = { .func = osExpApiHeapAlloc }, in osApiExport()