Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libc/
Dnew.cpp27 return eOsHeapAlloc(sz); in operator new()
32 return eOsHeapAlloc(sz); in operator new[]()
/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c60 extMsg = eOsHeapAlloc(sizeof(*extMsg)); in handle_event()
/device/google/contexthub/firmware/os/inc/
DsyscallDo.h185 static inline void* eOsHeapAlloc(uint32_t sz) in eOsHeapAlloc() function