Allocator V1.0
* Allocator Version 1.0
This commit is contained in:
parent
04691819f7
commit
5d2202a0c9
20 changed files with 609 additions and 74 deletions
|
|
@ -45,7 +45,7 @@
|
|||
# undef realloc
|
||||
# undef free
|
||||
|
||||
# define malloc(s) me_malloc((s))
|
||||
# define malloc(s) mem_alloc((s))
|
||||
# define calloc(s, l) mem_alloc_array((s), (l))
|
||||
# define realloc(p, t) mem_realloc((p), (t))
|
||||
# define free(p) mem_free((p))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue