From b152aa84d52882bb1846485a89baf13aa07c86bc Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Tue, 26 Oct 2010 10:39:26 +0200 Subject: Consolidate oom_check() functions This consolidates the duplicated oom_check() functions, as well as splitting them into OS dependant versions to avoid the #ifdef grossness that was present in the old osdep.c version. Signed-off-by: Jes Sorensen Signed-off-by: Blue Swirl --- qemu-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qemu-common.h') diff --git a/qemu-common.h b/qemu-common.h index 5555226f0a..5a18ca56b5 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -175,6 +175,7 @@ const char *path(const char *pathname); int ffs(int i); #endif +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); -- cgit 1.4.1