manualgc
manualgc copied to clipboard
Use custom memory allocater
看到源代码中有如下三个宏:
#define my_malloc malloc
#define my_free free
#define my_realloc realloc
我想是可以用来自定义内存分配器的吧,那么是否可以把这��
�分通过接口或者宏定义开放出来,
而不需要修改.c文件中的这三个宏了。
Original issue reported on code.google.com by [email protected] on 30 Oct 2008 at 9:34