Skip to content

Add support to chose from different memory allocators

Ondřej Surý requested to merge allocators into master

Unfortunately we also need to rename mm_ctx_t.{alloc,free} to {mm_alloc,mm_free} for dmalloc compatibility, and xmalloc and xrealloc to mm_xmalloc and mm_xrealloc.

Merge request reports