forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-08-21 fc437ccf3419c424092701f3d883215fa4552a8b
1
2
3
4
5
6
7
8
9
10
11
12
13
config BR2_PACKAGE_DMALLOC
   bool "dmalloc"
   # On some packages, Microblaze gcc has issues when debugging
   # symbols are enabled: "Error: operation combines symbols in
   # different segments".
   depends on !(BR2_microblaze && BR2_ENABLE_DEBUG)
   help
     A debug memory allocation library which is a drop in
     replacement for the system's malloc, realloc, calloc, free and
     other memory management routines while providing powerful
     debugging facilities configurable at runtime.
 
     http://dmalloc.com/