mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-13 18:32:56 +00:00
![pancake](/assets/img/avatar_default.png)
* Fix TinyCC build ##build * Jemalloc - fix TinyCC build ##build Co-authored-by: pancake <pancake@nopcode.org> Co-authored-by: Anton Kochkov <xvilka@gmail.com>
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