mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bd9b921713
heap: ported tlsf allocator into multi heap heap_host_tests: added tlsf allocator into host test heap_host_test: update freebytes after using free heap_tests: tlsf now passing on host tests without poisoning multi_heap: added support for memalign using tlsf implementation heap_caps: removed heap_caps_aligned_free heap/test: fixed broken aligned alloc test build heap: added poisoning pattern when blocks are being merged heap/tests: added timing tests for memory allocation heap: reduced tlsf structure overhead heap/tlsf: made all short functions inside of tlsf module as inline to improve timings heap: moved tlsf heap routines outside of flash memory newlib: linked multiheap memalign with newlib memalign function heap: moved block member functions to a separate file so multi_heap can use the functions heap/test: improved the tlsf timing test heap/test: added memalign on aligned alloc tests heap: moved tlsf configuration constants to a separated file heap: added random allocations test with timings heap: modified the calculation of heap free bytes heap: make aligned free true deprecated functions and update their documentation heap: add extra assert after successive mallocs on small allocation host test heap: remove legacy aligned alloc implementation. performance: added malloc and free time performance default values |
||
---|---|---|
.. | ||
adc_dma_test | ||
dac_dma_test | ||
include/test | ||
param_test | ||
touch_sensor_test | ||
CMakeLists.txt | ||
component.mk | ||
test_adc2_with_wifi.c | ||
test_adc_common.c | ||
test_common_spi.c | ||
test_dac.c | ||
test_gpio.c | ||
test_i2c.c | ||
test_i2s.c | ||
test_ledc.c | ||
test_pcnt.c | ||
test_pwm.c | ||
test_rmt.c | ||
test_rs485.c | ||
test_rtcio.c | ||
test_sdio.c | ||
test_sdmmc_sdspi_init.cpp | ||
test_sigmadelta.c | ||
test_spi_bus_lock.c | ||
test_spi_master.c | ||
test_spi_param.c | ||
test_spi_sio.c | ||
test_spi_slave_hd.c | ||
test_spi_slave.c | ||
test_timer.c | ||
test_uart.c |