Searched refs:malloc (Results 251 - 275 of 416) sorted by relevance

<<11121314151617

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_local.h54 #include <sys/malloc.h>
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIXPCOM.cpp576 char *res = (char*)malloc(39);
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dipv6.c59 miniroute = malloc ( sizeof ( *miniroute ) );
H A Dtls.c1664 plaintext = malloc ( *plaintext_len );
1708 plaintext = malloc ( *plaintext_len );
1947 plaintext = malloc ( record_len );
2075 tls->rx_data = malloc ( data_len );
2366 tls = malloc ( sizeof ( *tls ) );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_open.c763 if (((prov = malloc(sizeof (dt_provmod_t))) == NULL) ||
764 (prov->dp_name = malloc(strlen(dp->d_name) + 1)) == NULL) {
1003 if ((dtp = malloc(sizeof (dtrace_hdl_t))) == NULL)
1027 dtp->dt_cpp_argv = malloc(sizeof (char *));
H A Ddt_decl.c77 dt_decl_t *ddp = malloc(sizeof (dt_decl_t));
790 if ((inp = malloc(sizeof (dt_idnode_t))) == NULL)
1085 dt_scope_t *dsp = malloc(sizeof (dt_scope_t));
H A Ddt_subr.c674 dtp->dt_buffered_buf = malloc(dtp->dt_buffered_size);
777 if ((data = malloc(size)) == NULL)
790 if ((data = malloc(size)) == NULL)
H A Ddt_printf.c738 if ((pdi = malloc(sizeof (dt_pfdict_t))) == NULL ||
739 (pdi->pdi_buckets = malloc(sizeof (dt_pfconv_t *) * n)) == NULL) {
753 if ((pfc = malloc(sizeof (dt_pfconv_t))) == NULL) {
861 if ((pfv = malloc(sizeof (dt_pfargv_t))) == NULL ||
882 if ((pfd = malloc(sizeof (dt_pfargd_t))) == NULL) {
1030 if ((pfd = malloc(sizeof (dt_pfargd_t))) == NULL) {
1614 if ((dtp->dt_sprintf_buf = malloc(size)) == NULL)
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp293 gPtrVRAM = malloc(guGuestXRes * guGuestYRes * bytes_per_pixel);
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A DOpenHashTable.h82 return malloc(size);
/vbox/src/VBox/Additions/haiku/VBoxVideo/driver/
H A Ddriver.cpp52 #include <malloc.h>
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dmount.vboxsf.c273 opts->convertcp = malloc(val_len + 1);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxSeamless.cpp298 PVBOXDISPIFESCAPE lpEscapeData = (PVBOXDISPIFESCAPE)malloc(VBOXDISPIFESCAPE_SIZE(cbSize));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdlib.h190 void* __cdecl malloc(size_t);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlcatalog.c87 ret = (char *) malloc(len + 1);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcdUnix.cpp119 char *lockFile = (char *) malloc(len);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPCOMGlue.cpp248 char* xpcomPath = (char*) malloc(len + sizeof(XPCOM_DLL) +
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dminizip.c307 buf = (void*)malloc(size_buf);
/vbox/src/bldprogs/
H A DVBoxDef2LazyLoad.cpp231 PMYEXPORT pExp = (PMYEXPORT)malloc(sizeof(*pExp) + cchName);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Djme.c35 #include <ipxe/malloc.h>
290 txring->bufinf = malloc(sizeof(struct io_buffer *) *
471 rxring->bufinf = malloc(sizeof(struct io_buffer *) *
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp711 char * newStr = (char *)malloc(cStr+1);
714 Log(("malloc failed!\n"));
725 char * newStr = (char *)malloc(cStr+1+1);
728 Log(("malloc failed!\n"));
740 char * pNewStr = (char *)malloc(cStr+1+1+1);
743 Log(("malloc failed!\n"));
/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DVisualPng.c556 *ppFileList = (TCHAR *) malloc (*pFileCount * MAX_PATH);
722 if (!(pDib = (BYTE *) malloc (sizeof(BITMAPINFOHEADER) +
842 pStretchedImage = malloc (cImgChannels * cxNewSize * cyNewSize);
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXthreads.h34 # define xmalloc malloc
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c69 #include <malloc.h>
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoaimp.h121 * #define MALLOC your_malloc, where your_malloc(n) acts like malloc(n)
123 * appropriate. If MALLOC is undefined, malloc will be invoked
215 #define MALLOC malloc

Completed in 4973 milliseconds

<<11121314151617