Home
last modified time | relevance | path

Searched refs:mem_alloc (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/osal_aos/example/
A Dmem_example.c29 void mem_alloc(void) in mem_alloc() function
142 mem_alloc(); in aos_mem_example()
/AliOS-Things-master/components/py_engine/tests/basics/
A Dgc1.py21 assert type(gc.mem_alloc()) is int
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_print.c583 int mem_alloc = 0; in TIFFPrintDirectory() local
632 mem_alloc = 1; in TIFFPrintDirectory()
649 if(mem_alloc) in TIFFPrintDirectory()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() function
171 strm->zalloc = mem_alloc; in mem_setup()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dupip.py221 sz = gc.mem_free() + gc.mem_alloc()

Completed in 21 milliseconds