Searched refs:malloc (Results 201 - 225 of 416) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Defirom.c50 ptr = malloc ( len );
H A Dnrv2b.c1086 swd = (struct ucl_swd *) malloc(sizeof(*swd));
1288 in = malloc(in_len);
1290 out = malloc(out_len);
1292 Error("Can't malloc");
1403 dst = malloc(dst_len);
1405 Error("Can't malloc");
1406 src = malloc(max_src_len);
1408 Error("Can't malloc");
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/linux/
H A Dtap.c25 #include <ipxe/malloc.h>
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A D3c509.c353 t509 = malloc ( sizeof ( *t509 ) );
H A Dsis190.h20 #include <ipxe/malloc.h>
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf_vf.h43 #include <ipxe/malloc.h>
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.c114 dt_idsig_t *isp = idp->di_data = malloc(sizeof (dt_idsig_t));
217 if ((isp = idp->di_data = malloc(sizeof (dt_idsig_t))) == NULL)
647 if ((dhp = malloc(size)) == NULL)
908 (idp = malloc(sizeof (dt_ident_t))) == NULL) {
H A Ddt_aggregate.c414 if ((hash->dtah_hash = malloc(size)) == NULL)
531 if ((h = malloc(sizeof (dt_ahashent_t))) == NULL)
536 if ((aggdata->dtada_data = malloc(size)) == NULL) {
557 caddr_t *percpu = malloc(max_cpus * sizeof (caddr_t));
566 percpu[j] = malloc(rec->dtrd_size);
1033 agp->dtat_cpus = malloc(agp->dtat_ncpu * sizeof (processorid_t));
1052 if ((buf->dtbd_data = malloc(buf->dtbd_size)) == NULL)
H A Ddt_module.c451 if ((dmp = malloc(sizeof (dt_module_t))) == NULL)
587 dmp->dm_symbuckets = malloc(sizeof (uint_t) * dmp->dm_nsymbuckets);
588 dmp->dm_symchains = malloc(sizeof (dt_sym_t) * dmp->dm_nsymelems + 1);
608 if ((dmp->dm_asmap = malloc(sizeof (void *) * dmp->dm_asrsv)) == NULL) {
794 if ((sip = malloc(sizeof (dtrace_syminfo_t))) == NULL) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/sparc/
H A Ddt_isadep.c80 if ((text = malloc(symp->st_size + 4)) == NULL) {
81 dt_dprintf("mr sparkle: malloc() failed\n");
/vbox/src/VBox/NetworkServices/NAT/
H A Dfwtcp.c165 fwtcp = (struct fwtcp *)malloc(sizeof(*fwtcp));
H A Dportfwd.c88 msg = (struct portfwd_msg *)malloc(sizeof(*msg));
H A Dproxy_dhcp6ds.c267 opts = (u16_t *)malloc(optlen);
/vbox/src/VBox/Additions/freebsd/vboxvfs/
H A Dvboxvfs_vfsops.c29 #include <sys/malloc.h>
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHelpers.cpp17 #include <malloc.h>
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dxmesa_xf86.h142 img->data = malloc(height * img->bytes_per_line);
/vbox/src/VBox/Runtime/r3/
H A Dalloc-ef.cpp52 # include <malloc/malloc.h>
171 PRTMEMBLOCK pBlock = (PRTMEMBLOCK)malloc(sizeof(*pBlock));
320 * Replacing malloc, calloc, realloc, & free.
324 /** Replacement for malloc. */
328 void *pv = rtR3MemAlloc("r-malloc", RTMEMTYPE_RTMEMALLOC, cb, cbAligned, "heap", ASMReturnAddress(), RT_SRC_POS);
377 /** Replacement for malloc. */
410 { "malloc", (PFNRT)rtMemReplacementMalloc, (PFNRT)malloc, (PFNRT *)&g_pfnOrgMalloc },
423 * Give the user an option to skip replacing malloc
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcCommandModule.cpp68 char **strs = (char **) malloc((count + 1) * sizeof(char *));
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.h80 op = (const DConnectOp *) malloc(aOpLen);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddbmalloc.c42 ** Description: Testing malloc (OBSOLETE)
147 fprintf(stderr, "[%s]: Cannot clear malloc count.\n", name);
154 fprintf(stderr, "[%s]: Cannot set malloc countdown to %d\n", name, mf);
172 printf("[%s]: Line %d: malloc failure!\n", name, l);
262 printf("[main]: We %s using the debugging malloc.\n",
307 n = (struct threadlist *)malloc(sizeof(struct threadlist));
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsStackFrameUnix.cpp309 struct bucket * ptr = (struct bucket *) malloc(sizeof (*ptr));
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsRecyclingAllocator.cpp197 Block *ptr = (Block *) (zeroit ? calloc(1, allocBytes) : malloc(allocBytes));
244 // Warn if we are failing over to malloc/free and not storing it
325 // we already are for failing over to malloc/free.
/vbox/src/libs/xpcom18a4/xpcom/tools/registry/
H A Dregxpcom.cpp116 char* xpcomPath = (char*) malloc(len + sizeof(XPCOM_DLL) + sizeof(XPCOM_FILE_PATH_SEPARATOR) + 1);
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dmztools.c124 char* data = malloc(dataSize);
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c571 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height);
577 rpng2_info.row_pointers = (uch **)malloc(rpng2_info.height * sizeof(uch *));
622 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
767 bg_data = (uch *)malloc(bg_rowbytes * rpng2_info.height);

Completed in 4461 milliseconds

1234567891011>>