mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Add qemu_realloc(), by Gerd Hoffmann.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4986 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bf6bca527c
commit
2137b4cca9
9 changed files with 22 additions and 16 deletions
|
@ -87,6 +87,7 @@ int stristart(const char *str, const char *val, const char **ptr);
|
|||
time_t mktimegm(struct tm *tm);
|
||||
|
||||
void *qemu_malloc(size_t size);
|
||||
void *qemu_realloc(void *ptr, size_t size);
|
||||
void *qemu_mallocz(size_t size);
|
||||
void qemu_free(void *ptr);
|
||||
char *qemu_strdup(const char *str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue