HomeSort by relevance Sort by last modified time
    Searched refs:SYSCALL_OS_MAIN_SLAB_NEW (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/inc/
osApi.h 110 #define SYSCALL_OS_MAIN_SLAB_NEW 0 // (uint32_t itemSz, uint32_t itemAlign, uint32_t numItems) -> struct SlabAllocator *slab
syscallDo.h 202 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 548 [SYSCALL_OS_MAIN_SLAB_NEW] = { .func = osExpApiSlabNew },

Completed in 153 milliseconds