ulib Add umallocbig() and ufreebig() for non-fragmented allocations
This commit is contained in:
@ -7,5 +7,7 @@
|
||||
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);
|
||||
|
||||
#endif // ULIB_UMALLOC_UMALLOC_H_
|
||||
|
||||
Reference in New Issue
Block a user