dmalloc icon indicating copy to clipboard operation
dmalloc copied to clipboard

Debug Malloc memory allocation debugging C library

Results 46 dmalloc issues
Sort by recently updated
recently updated
newest added

since it isn't needed anymore after commit: ``` commit 37daa70f03a45590721a0bddcd23574ccdbf540c Author: Xiang Xiao Date: Sun Apr 18 13:05:24 2021 -0500 Remove 1KB stack buffer from _dmalloc_environ_process (#74) to save the...

The same condition check either before or after

since vectorize assign the pointer to environ_p directly instead duplication

In the embeded system without MMU, it's very common that many memory regions exist, so It's will be very useful if dmalloc can support it. Actually, we have sucessfully ported...