mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 07:35:54 +00:00
Use the core k_heap API pervasively within our tree instead of the z_mem_pool wrapper that provided compatibility with the older mempool implementation. Almost all of this is straightforward swapping of one alloc/free call for another. In a few cases where code was holding onto an old-style "mem_block" a local compatibility struct with a single field has been swapped in to keep the invasiveness of the changes down. Note that not all the relevant changes in this patch have in-tree test coverage, though I validated that it all builds. Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
display_dummy.c | ||
display_framebuf.c | ||
display_ili9xxx.c | ||
display_ili9xxx.h | ||
display_ili9340.c | ||
display_ili9340.h | ||
display_ili9488.c | ||
display_ili9488.h | ||
display_mcux_elcdif.c | ||
display_sdl.c | ||
display_st7789v.c | ||
display_st7789v.h | ||
gd7965_regs.h | ||
gd7965.c | ||
grove_lcd_rgb.c | ||
Kconfig | ||
Kconfig.dummy | ||
Kconfig.gd7965 | ||
Kconfig.grove | ||
Kconfig.ili9xxx | ||
Kconfig.mcux_elcdif | ||
Kconfig.microbit | ||
Kconfig.sdl | ||
Kconfig.ssd16xx | ||
Kconfig.ssd1306 | ||
Kconfig.st7789v | ||
mb_display.c | ||
mb_font.c | ||
mb_font.h | ||
ssd16xx_regs.h | ||
ssd16xx.c | ||
ssd1306_regs.h | ||
ssd1306.c |