blob: 43b26c829509239dcf0dfa890955e6d686bcea03 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#ifndef h_malloc_h
2#define h_malloc_h
3
4int free(void *free);
5void *malloc(int num);
6int malloc_init(unsigned int ta_base, unsigned int length);
7
8#endif