Searched refs:malloc (Results 151 - 175 of 1021) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/posix/glibc/libio/
H A Diogetdelim.c35 (and null-terminate it). *LINEPTR is a pointer returned from malloc (or
64 *lineptr = (char *) malloc (*n);
/haiku/src/system/libroot/posix/glibc/misc/
H A Defgcvt.c73 FCVT_BUFPTR = (char *) malloc (FCVT_MAXDIG);
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dslab.cpp72 void* object = cache != NULL ? malloc(cache->objectSize) : NULL;
/haiku/src/tests/servers/input/view_input_device/
H A DViewInputDevice.cpp103 buffer = (char*)malloc(length);
/haiku/src/tests/system/libroot/posix/
H A Dxsi_sem_test1.cpp181 args.array = (unsigned short *)malloc(sizeof(unsigned short) * NUM_OF_SEMS);
248 args.array = (unsigned short *)malloc(sizeof(unsigned short) * NUM_OF_SEMS);
261 args.array = (unsigned short *)malloc(sizeof(unsigned short) * NUM_OF_SEMS);
275 args.array = (unsigned short *)malloc(sizeof(unsigned short) * NUM_OF_SEMS);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCAuth.cpp71 gid_t* groups = (gid_t*)malloc(count * sizeof(gid_t));
/haiku/src/add-ons/translators/gif/
H A DSFHash.cpp30 main_array = (HashItem**)malloc(this->size * sizeof(HashItem*));
/haiku/src/apps/serialconnect/libvterm/src/
H A Dvterm.c14 void *ptr = malloc(size);
26 .malloc = &default_malloc,
38 VTerm *vt = (*funcs->malloc)(sizeof(VTerm), allocdata);
75 return (*vt->allocator->malloc)(size, vt->allocdata);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystemInitializer.cpp114 fs_init_info* info = (fs_init_info*)malloc(bufferSize);
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DVolume.cpp51 char *buffer = (char *)malloc(4096);
/haiku/src/kits/debugger/files/
H A DSourceFile.cpp78 fFileContent = (char*)malloc(fileSize + 1);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/usb/
H A Dr92eu_init.c39 #include <sys/malloc.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/
H A Dr92e_rf.c39 #include <sys/malloc.h>
H A Dr92e_rx.c31 #include <sys/malloc.h>
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_monitor.c42 #include <sys/malloc.h>
H A Dieee80211_ratectl_none.c36 #include <sys/malloc.h>
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_state.c105 st = malloc(sizeof(*st));
/haiku/src/apps/installer/
H A DCopyEngine.h70 buffer(malloc(BUFFER_SIZE)),
/haiku/src/servers/app/
H A DClientMemoryAllocator.cpp108 struct block* usedBlock = (struct block*)malloc(sizeof(struct block));
259 chunk = (struct chunk*)malloc(sizeof(struct chunk));
263 block = (struct block*)malloc(sizeof(struct block));
294 block = (struct block *)malloc(sizeof(struct block));
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Ddevice.cpp64 = (scsi_periph_device_info *)malloc(sizeof(*device));
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddevlist.c94 gDeviceNames = malloc(sizeof(char *) * (sDeviceCount + 1));
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DSettings.cpp16 #include <malloc.h>
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.cpp332 fClassName = (char*)malloc(strlen(className)+1);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.cpp334 fClassName = (char*)malloc(strlen(className)+1);
/haiku/src/libs/compat/freebsd_network/
H A Dunit.cpp36 idStore = (unrhdr*)malloc(sizeof *idStore);

Completed in 125 milliseconds

1234567891011>>