Revision 0fb48229

b/osdep.h
8 8
void qemu_printf(const char *fmt, ...);
9 9

  
10 10
void *qemu_malloc(size_t size);
11
void *qemu_mallocz(size_t size);
11 12
void qemu_free(void *ptr);
12 13

  
13 14
void *get_mmap_addr(unsigned long size);

Also available in: Unified diff