ulib Non-partitioned umalloc implementation
This commit is contained in:
@ -6,8 +6,6 @@
|
||||
|
||||
void *umalloc(size_t size);
|
||||
void ufree(void *ptr_);
|
||||
void *urealloc(void *ptr, size_t newsize);
|
||||
void *umallocbig(size_t size);
|
||||
void ufreebig(void *addr);
|
||||
void *urealloc(void *ptr, size_t oldsize, size_t newsize);
|
||||
|
||||
#endif // ULIB_UMALLOC_UMALLOC_H_
|
||||
|
||||
Reference in New Issue
Block a user