mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 04:28:20 +00:00
c8c508c5bd
This reverts commit 66aa8ee6457ea406972b566688e915775bf98915.
Trying to escape from the libr/core mess, we should put all the heap stuff into a separate place and use it from anal/heap.c
TODO
- remove all use of assert
- remove unused statements
- convert macros into C code, this should be a runtime library, not a compile time one