Home
last modified time | relevance | path

Searched refs:mempool (Results 1 – 25 of 250) sorted by relevance

12345678910

/bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/video/
A Dfsl_video_common.c221 VIDEO_MEMPOOL_Put(mempool, initMem); in VIDEO_MEMPOOL_Init()
230 mempool->pool = NULL; in VIDEO_MEMPOOL_InitEmpty()
231 mempool->cnt = 0; in VIDEO_MEMPOOL_InitEmpty()
236 *(void **)mem = mempool->pool; in VIDEO_MEMPOOL_Put()
237 mempool->pool = mem; in VIDEO_MEMPOOL_Put()
238 mempool->cnt++; in VIDEO_MEMPOOL_Put()
241 void *VIDEO_MEMPOOL_Get(video_mempool_t *mempool) in VIDEO_MEMPOOL_Get() argument
243 void *mem = mempool->pool; in VIDEO_MEMPOOL_Get()
247 mempool->cnt--; in VIDEO_MEMPOOL_Get()
248 mempool->pool = *(void **)mem; in VIDEO_MEMPOOL_Get()
[all …]
A Dfsl_video_common.h265 status_t VIDEO_MEMPOOL_Init(video_mempool_t *mempool, void *initMem, uint32_t size, uint32_t count);
272 void VIDEO_MEMPOOL_InitEmpty(video_mempool_t *mempool);
280 void VIDEO_MEMPOOL_Put(video_mempool_t *mempool, void *mem);
288 void *VIDEO_MEMPOOL_Get(video_mempool_t *mempool);
296 uint32_t VIDEO_MEMPOOL_GetCount(video_mempool_t *mempool);
/bsp/wh44b0/
A Dproject.Uv220 File 2,1,<..\..\src\mempool.c><mempool.c>
/bsp/nxp/lpc/lpc2148/
A Dproject.Opt32 OPTFFF 3,13,1,0,0,0,0,0,<..\..\src\mempool.c><mempool.c>
/bsp/nxp/lpc/lpc2478/
A Dproject.Uv224 File 3,1,<..\..\src\mempool.c><mempool.c>
/bsp/mini2440/
A Dproject.Uv2120 File 7,1,<..\..\src\mempool.c><mempool.c>
/bsp/bluetrum/ab32vg1-ab-prougen/
A Dlink.lds73 *src*mempool.o (.text* .rodata*)
/bsp/bf533/vdsp/
A Dbf533.mak137 ./Debug/mempool.doj :../../../src/mempool.c ../../../include/rthw.h ../../../include/rtthread.h ../…
138 @echo "..\..\..\src\mempool.c"
139mempool.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap -no-multiline -I ../../../includ…
181 …bug/ipc.doj ./Debug/irq.doj ./Debug/kservice.doj ./Debug/mem.doj ./Debug/mempool.doj ./Debug/modul…
183 …bug\ipc.doj .\Debug\irq.doj .\Debug\kservice.doj .\Debug\mem.doj .\Debug\mempool.doj .\Debug\modul…
218 -$(RM) ".\Debug\mempool.doj"
/bsp/pic32ethernet/
A Dproject.mcp149 file_008=..\..\src\mempool.c
/bsp/hpmicro/hpm6300evk/board/linker_scripts/
A Dflash_sdram_rtt.ld83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
A Dflash_rtt.ld83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
A Dflash_rtt_enet.ld85 KEEP(*mempool.o (.text .text* .rodata .rodata*))
/bsp/hpmicro/hpm6750evk/board/linker_scripts/
A Dflash_sdram_rtt.ld83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
A Dflash_rtt.ld83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
/bsp/hpmicro/hpm6e00evk/board/linker_scripts/
A Dflash_rtt.ld80 KEEP(*mempool.o (.text .text* .rodata .rodata*))
A Dflash_rtt_enet.ld82 KEEP(*mempool.o (.text .text* .rodata .rodata*))
/bsp/hpmicro/hpm5300evk/board/linker_scripts/
A Dflash_rtt.ld77 KEEP(*mempool.o (.text .text* .rodata .rodata*))
/bsp/hpmicro/hpm5301evklite/board/linker_scripts/
A Dflash_rtt.ld77 KEEP(*mempool.o (.text .text* .rodata .rodata*))
/bsp/hpmicro/hpm6200evk/board/linker_scripts/
A Dflash_rtt.ld80 KEEP(*mempool.o (.text .text* .rodata .rodata*))
/bsp/hpmicro/hpm6750evk2/board/linker_scripts/
A Dflash_sdram_rtt.ld83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
A Dflash_rtt.ld83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
/bsp/hpmicro/hpm6750evkmini/board/linker_scripts/
A Dflash_sdram_rtt.ld83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
A Dflash_rtt.ld83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
/bsp/hpmicro/hpm6800evk/board/linker_scripts/
A Dflash_sdram_rtt.ld83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
A Dflash_rtt.ld83 KEEP(*mempool.o (.text .text* .rodata .rodata*))

Completed in 41 milliseconds

12345678910