Changes between Version 259 and Version 260 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2026-09-15T20:47:52Z (5 hours ago)
Author:
Jiri Svoboda
Comment:

Debug memory allocator

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v259 v260  
    160160    * Addded {{{capa_format_buf()}}} to format capacity in pre-allocated buffer
    161161    * Added {{{capa_blocks_format()}}}, {{{capa_blocks_format_buf()}}} to simply convert number of bytes to capacity string (e.g. 1.02 MB)
     162    * Added debug memory allocator
     163      * double free detection
     164      * buffer overrun detection
     165      * use after free detection
     166      * detect use of uninitialized memory
     167      * enabled globally in build configuration with {{{CONFIG_DEBUG_MALLOC}}}
    162168
    163169=== Miscellaneous ===