Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
joko
/
dmmlib
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
aaddd1a3ba
ブランチ
タグ
master
dmmlib
/
custom_malloc.h
custom_malloc.h
69 B
履歴
Raw
1
2
3
4
5
#include "heap.h"
void * custom_malloc(heap_t* heap, size_t size);