Home
last modified time | relevance | path

Searched refs:tcm_heap_allocmem (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/include/
A Dtcm_heap.h36 void *tcm_heap_allocmem(int size);
44 (type*)tcm_heap_allocmem(heap, sizeof(type))
47 (type*)tcm_heap_allocmem(heap, sizeof(type) * (nelem))
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/
A Dtcm_heap.c75 void *tcm_heap_allocmem(int size) in tcm_heap_allocmem() function
254 mem = (int64_t *)tcm_heap_allocmem(size); in tcm_heap_malloc()
258 mem = (int*)tcm_heap_allocmem(size); in tcm_heap_malloc()
319 a[i] = tcm_heap_allocmem(size); in alloc_test()
349 uint8_t *b = tcm_heap_allocmem(HEAP_SIZE); in tcm_heap_testRun()

Completed in 5 milliseconds