Searched refs:malloc (Results 276 - 300 of 416) sorted by relevance

<<11121314151617

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdlib.h196 void* __cdecl malloc(size_t);
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Drsa.c183 dynamic = malloc ( sizeof ( *dynamic ) );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Disapnp.c662 isapnp = malloc ( sizeof ( *isapnp ) );
H A Dpcivpd.c491 copy = malloc ( copy_len );
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcompiler.h577 * as returned by malloc-type functions.
579 #define __malloc __attribute__ (( malloc ))
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Darp.c33 #include <ipxe/malloc.h>
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp1504 VBoxKbdEvent_t *pEvent = (VBoxKbdEvent_t *)malloc(sizeof(VBoxKbdEvent_t));
2012 VBoxKbdState_t *pKbd = (VBoxKbdState_t *)malloc(sizeof(VBoxKbdState_t));
2166 pHidState = (VBoxHidsState_t *)malloc(sizeof(VBoxHidsState_t));
2192 IOHIDDeviceRef *ppDevices = (IOHIDDeviceRef *)malloc((size_t)cDevices * sizeof(IOHIDDeviceRef));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dmyson.c40 #include <ipxe/malloc.h>
/vbox/src/VBox/NetworkServices/NAT/
H A Dfwudp.c192 fwudp = (struct fwudp *)malloc(sizeof(*fwudp));
H A Dproxy.c609 dyniov = (IOVEC *)malloc(clen * sizeof(*dyniov));
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-freebsd.c36 #include <sys/malloc.h>
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacthr.c91 seg->vaddr = (char *)malloc(size);
H A Dmdmac.c458 *cString = malloc(len+1);
699 // cleaning up the gc heap... they could call malloc,
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEvent.cpp426 *fullParam = (nsXPTCVariant*)malloc(sizeof(nsXPTCVariant) * paramCount);
/vbox/src/libs/xpcom18a4/xpcom/proxy/tests/
H A Dproxytests.cpp512 ArgsStruct *args = (ArgsStruct *) malloc (sizeof(ArgsStruct));
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Diowin32.c78 ret = malloc(sizeof(WIN32FILE_IOWIN));
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c257 item = (struct attr_item *)malloc(sizeof(struct attr_item));
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c60 #include <stdlib.h> /* malloc(), free() */
682 outname = malloc(len + 1);
/vbox/src/libs/zlib-1.2.6/test/
H A Dminigzip.c200 gz = malloc(sizeof(gzFile));
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-win.c413 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
/vbox/src/libs/libpng-1.2.8/
H A Dpngconf.h381 # include <malloc.h>
457 * that malloc the png_text structure instead of calling png_set_text()
458 * and letting libpng malloc it. It will be turned on by default in
/vbox/src/recompiler/tests/
H A Dtest-mmap.c455 dummybuf = malloc (pagesize);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h337 #undef malloc macro
338 #define malloc(I) xf86malloc(I) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h337 #undef malloc macro
338 #define malloc(I) xf86malloc(I) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h343 #undef malloc macro
344 #define malloc(I) xf86malloc(I) macro

Completed in 244 milliseconds

<<11121314151617