This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from f4a374b boards/sim: Add instrumentation config to notelog driver new 97216c2 mm: Support malloc_size function new f240b2e arch/sim: Remove host_malloc and host_calloc new 8ebf9c9 arch/sim: Implement malloc_size for the custom heap new 4589c36 arch/sim: Implement mm_mallinfo for the custom heap new b3f568c boards/sim: Add asan config to test the custom heap The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: arch/sim/src/nuttx-names.in | 5 +- arch/sim/src/sim/up_heap.c | 39 ++++++---- arch/sim/src/sim/up_hostmemory.c | 89 ++++++++++++++++++---- arch/sim/src/sim/up_internal.h | 7 +- arch/xtensa/src/esp32/esp32_wifi_adapter.c | 2 +- .../sim/sim/sim/configs/{note => asan}/defconfig | 11 +-- include/malloc.h | 6 +- mm/mm_heap/Make.defs | 6 +- .../{mm_malloc_usable_size.c => mm_malloc_size.c} | 4 +- 9 files changed, 120 insertions(+), 49 deletions(-) copy boards/sim/sim/sim/configs/{note => asan}/defconfig (72%) rename mm/mm_heap/{mm_malloc_usable_size.c => mm_malloc_size.c} (95%)