Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
joko
/
dmmlib
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
aaddd1a3ba
Branches
Tags
master
dmmlib
/
custom_malloc.h
custom_malloc.h
69 B
History
Raw
1
2
3
4
5
#include "heap.h"
void * custom_malloc(heap_t* heap, size_t size);