mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
Remove qemu_malloc/qemu_free
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
7267c0947d
commit
41a748265f
5 changed files with 3 additions and 107 deletions
|
|
@ -182,12 +182,6 @@ const char *path(const char *pathname);
|
|||
#define qemu_toascii(c) toascii((unsigned char)(c))
|
||||
|
||||
void *qemu_oom_check(void *ptr);
|
||||
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);
|
||||
char *qemu_strndup(const char *str, size_t size);
|
||||
|
||||
void qemu_mutex_lock_iothread(void);
|
||||
void qemu_mutex_unlock_iothread(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue