Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by bellard, Tue Aug 3 22:09:30 2004 UTC | revision 1.5 by bellard, Thu Feb 10 21:59:25 2005 UTC | |
|---|---|---|
| # | Line 12 void *qemu_mallocz(size_t size); | Line 12 void *qemu_mallocz(size_t size); |
| 12 | void qemu_free(void *ptr); | void qemu_free(void *ptr); |
| 13 | char *qemu_strdup(const char *str); | char *qemu_strdup(const char *str); |
| 14 | ||
| 15 | void *qemu_vmalloc(size_t size); | |
| 16 | void qemu_vfree(void *ptr); | |
| 17 | ||
| 18 | void *get_mmap_addr(unsigned long size); | void *get_mmap_addr(unsigned long size); |
| 19 | ||
| 20 | /* specific kludges for OS compatibility (should be moved elsewhere) */ | /* specific kludges for OS compatibility (should be moved elsewhere) */ |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |