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

<<11121314151617181920>>

/freebsd-9.3-release/lib/libkse/arch/ia64/ia64/
H A Dpthread_md.c65 kcb = malloc(sizeof(struct kcb));
/freebsd-9.3-release/lib/libkse/arch/powerpc/powerpc/
H A Dpthread_md.c64 kcb = malloc(sizeof(struct kcb));
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_barrierattr.c75 if ((*attr = malloc(sizeof(struct pthread_barrierattr))) == NULL)
H A Dthr_clean.c50 malloc(sizeof(struct pthread_cleanup))) != NULL) {
H A Dthr_rwlockattr.c77 malloc(sizeof(struct pthread_rwlockattr));
/freebsd-9.3-release/lib/libsdp/
H A Dsession.c83 if ((ss->req = malloc(ss->omtu)) == NULL) {
94 if ((ss->rsp = malloc(ss->imtu)) == NULL) {
134 if ((ss->req = malloc(ss->omtu)) == NULL) {
140 if ((ss->rsp = malloc(ss->imtu)) == NULL) {
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_barrierattr.c76 if ((*attr = malloc(sizeof(struct pthread_barrierattr))) == NULL)
H A Dthr_rwlockattr.c78 malloc(sizeof(struct pthread_rwlockattr));
/freebsd-9.3-release/lib/libutil/
H A Dkinfo_getproc.c55 kipp = malloc(len);
/freebsd-9.3-release/lib/libypclnt/
H A Dypclnt_connect.c56 if ((ypclnt->domain = malloc(MAXHOSTNAMELEN)) == NULL) {
/freebsd-9.3-release/libexec/rtld-aout/
H A Dsupport.c65 char *p = malloc(n);
/freebsd-9.3-release/sbin/mount/
H A Dvfslist.c76 if ((av = malloc((size_t)(i + 2) * sizeof(char *))) == NULL) {
77 warnx("malloc failed");
/freebsd-9.3-release/sbin/rcorder/
H A Dealloc.c68 * malloc, but die on error.
75 if ((p = malloc(len)) == NULL)
/freebsd-9.3-release/share/examples/sunrpc/sort/
H A Dsort_proc.c23 ss_res.ss.ss_val = (str *)malloc(ssp->ss.ss_len * sizeof(str *));
/freebsd-9.3-release/sys/arm/arm/
H A Dautoconf.c59 #include <sys/malloc.h>
/freebsd-9.3-release/sys/arm/econa/
H A Dcfi_bus_econa.c34 #include <sys/malloc.h>
/freebsd-9.3-release/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c157 #define kmalloc(size, flags) malloc(size)
159 #define vmalloc(size) malloc(size)
282 b.out = malloc(XZ_IOBUF_SIZE);
289 in = malloc(XZ_IOBUF_SIZE);
/freebsd-9.3-release/sys/dev/sound/midi/
H A Dmidi.h33 #include <sys/malloc.h>
/freebsd-9.3-release/sys/dev/twa/
H A Dtw_osl_includes.h51 #include <sys/malloc.h>
/freebsd-9.3-release/sys/kgssapi/
H A Dgss_release_cred.c35 #include <sys/malloc.h>
/freebsd-9.3-release/sys/rpc/
H A Dtypes.h67 #define mem_alloc(bsize) malloc(bsize, M_RPC, M_WAITOK|M_ZERO)
/freebsd-9.3-release/tools/test/auxinfo/
H A Dauxinfo.c24 ps = malloc(nelem * sizeof(size_t));
26 err(1, "malloc");
/freebsd-9.3-release/tools/tools/bus_autoconf/
H A Dbus_load_file.c65 ptr = malloc(len);
/freebsd-9.3-release/usr.bin/grep/regex/
H A Dhashtable.c69 tbl = malloc(sizeof(hashtable));
140 tbl->entries[hash] = malloc(sizeof(hashtable_entry));
147 tbl->entries[hash]->key = malloc(tbl->key_size);
154 tbl->entries[hash]->value = malloc(tbl->value_size);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dmm-internal.h76 #define mm_malloc(sz) malloc(sz)

Completed in 927 milliseconds

<<11121314151617181920>>