Searched refs:malloc (Results 101 - 125 of 1021) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_tx.c33 #include <sys/malloc.h>
H A Dr88e_led.c33 #include <sys/malloc.h>
H A Dr88e_rf.c33 #include <sys/malloc.h>
H A Dr88e_beacon.c29 #include <sys/malloc.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/pci/
H A Dr92ce_fw.c33 #include <sys/malloc.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_led.c39 #include <sys/malloc.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8821a/usb/
H A Dr21au_init.c39 #include <sys/malloc.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8821a/
H A Dr21a_rx.c39 #include <sys/malloc.h>
H A Dr21a_fw.c39 #include <sys/malloc.h>
H A Dr21a_led.c39 #include <sys/malloc.h>
H A Dr21a_beacon.c39 #include <sys/malloc.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/usb/
H A Dr12au_rx.c39 #include <sys/malloc.h>
H A Dr12au_tx.c39 #include <sys/malloc.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/usb/
H A Dr92cu_tx.c29 #include <sys/malloc.h>
H A Dr92cu_led.c33 #include <sys/malloc.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_attach.c33 #include <sys/malloc.h>
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/
H A Dglue.c8 #include <sys/malloc.h>
/haiku/src/system/libroot/posix/libstdthreads/
H A Dthrd.c63 tp = malloc(sizeof(*tp));
/haiku/src/system/libroot/posix/musl/dirent/
H A Dscandir.c29 names[cnt] = malloc(de->d_reclen);
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dsim_interface.cpp98 name = (char*)malloc(PATH_MAX + 1);
/haiku/headers/private/kernel/util/
H A Diovec_support.h55 vecs = (iovec*)malloc(sizeof(iovec) * vecCount);
/haiku/src/tests/system/libroot/posix/
H A Ddirent_test.cpp45 buf = (struct dirent*)malloc(sizeof(struct dirent) + NAME_MAX);
/haiku/src/add-ons/kernel/drivers/audio/virtio/
H A Dvirtio_sound.cpp66 VirtIOSoundDriverInfo* info = (VirtIOSoundDriverInfo*)malloc(sizeof(VirtIOSoundDriverInfo));
/haiku/src/add-ons/translators/avif/
H A DAVIFTranslator.cpp288 rgb.pixels = static_cast<uint8_t*>(malloc(bitsSize));
309 uint8_t* pixels = static_cast<uint8_t*>(malloc(bitsSize));
313 uint8_t* luma = static_cast<uint8_t*>(malloc(bitsSize / 3));
314 uint8_t* cb = static_cast<uint8_t*>(malloc(bitsSize / 3));
315 uint8_t* cr = static_cast<uint8_t*>(malloc(bitsSize / 3));
335 uint8_t* luma = static_cast<uint8_t*>(malloc(bitsSize));
401 void* streamData = malloc(streamSize);
/haiku/src/system/libnetwork/netresolv/dst/
H A Dhmac_link.c90 ctx = (MD5_CTX *) malloc(sizeof(*ctx));
158 ctx = (MD5_CTX *) malloc(sizeof(*ctx));
221 if ((hkey = (HMAC_Key *) malloc(sizeof(HMAC_Key))) == NULL)
354 tmp = malloc(len + 2);
454 dst_t_func[KEY_HMAC_MD5] = malloc(sizeof(struct dst_func));

Completed in 170 milliseconds

1234567891011>>