Searched refs:mempool (Results 1 – 25 of 250) sorted by relevance
12345678910
| /bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/video/ |
| A D | fsl_video_common.c | 221 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 D | fsl_video_common.h | 265 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 D | project.Uv2 | 20 File 2,1,<..\..\src\mempool.c><mempool.c>
|
| /bsp/nxp/lpc/lpc2148/ |
| A D | project.Opt | 32 OPTFFF 3,13,1,0,0,0,0,0,<..\..\src\mempool.c><mempool.c>
|
| /bsp/nxp/lpc/lpc2478/ |
| A D | project.Uv2 | 24 File 3,1,<..\..\src\mempool.c><mempool.c>
|
| /bsp/mini2440/ |
| A D | project.Uv2 | 120 File 7,1,<..\..\src\mempool.c><mempool.c>
|
| /bsp/bluetrum/ab32vg1-ab-prougen/ |
| A D | link.lds | 73 *src*mempool.o (.text* .rodata*)
|
| /bsp/bf533/vdsp/ |
| A D | bf533.mak | 137 ./Debug/mempool.doj :../../../src/mempool.c ../../../include/rthw.h ../../../include/rtthread.h ../… 138 @echo "..\..\..\src\mempool.c" 139 …mempool.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 D | project.mcp | 149 file_008=..\..\src\mempool.c
|
| /bsp/hpmicro/hpm6300evk/board/linker_scripts/ |
| A D | flash_sdram_rtt.ld | 83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| A D | flash_rtt.ld | 83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| A D | flash_rtt_enet.ld | 85 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| /bsp/hpmicro/hpm6750evk/board/linker_scripts/ |
| A D | flash_sdram_rtt.ld | 83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| A D | flash_rtt.ld | 83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| /bsp/hpmicro/hpm6e00evk/board/linker_scripts/ |
| A D | flash_rtt.ld | 80 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| A D | flash_rtt_enet.ld | 82 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| /bsp/hpmicro/hpm5300evk/board/linker_scripts/ |
| A D | flash_rtt.ld | 77 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| /bsp/hpmicro/hpm5301evklite/board/linker_scripts/ |
| A D | flash_rtt.ld | 77 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| /bsp/hpmicro/hpm6200evk/board/linker_scripts/ |
| A D | flash_rtt.ld | 80 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| /bsp/hpmicro/hpm6750evk2/board/linker_scripts/ |
| A D | flash_sdram_rtt.ld | 83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| A D | flash_rtt.ld | 83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| /bsp/hpmicro/hpm6750evkmini/board/linker_scripts/ |
| A D | flash_sdram_rtt.ld | 83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| A D | flash_rtt.ld | 83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| /bsp/hpmicro/hpm6800evk/board/linker_scripts/ |
| A D | flash_sdram_rtt.ld | 83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
| A D | flash_rtt.ld | 83 KEEP(*mempool.o (.text .text* .rodata .rodata*))
|
Completed in 41 milliseconds
12345678910