OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
2001 - 2025
of
2813
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/iptables/libipq/
libipq.c
214
h = (struct ipq_handle *)
malloc
(sizeof(struct ipq_handle));
/external/libffi/src/
closures.c
554
/* On many systems, memory returned by
malloc
is writable and
565
return *code =
malloc
(size);
/external/libnfc-nci/src/adaptation/
libmain.c
54
return
malloc
(num_bytes);
/external/libppp/src/
pap.c
259
if ((key =
malloc
(klen+1)) == NULL) {
/external/libsepol/src/
users.c
150
usrdatum = (user_datum_t *)
malloc
(sizeof(user_datum_t));
/external/libusb/examples/
dpfp.c
167
unsigned char *buf =
malloc
(LIBUSB_CONTROL_SETUP_SIZE + 1);
dpfp_threaded.c
196
unsigned char *buf =
malloc
(LIBUSB_CONTROL_SETUP_SIZE + 1);
/external/libusb_aah/examples/
dpfp.c
167
unsigned char *buf =
malloc
(LIBUSB_CONTROL_SETUP_SIZE + 1);
dpfp_threaded.c
196
unsigned char *buf =
malloc
(LIBUSB_CONTROL_SETUP_SIZE + 1);
/external/libxml2/
xmlcatalog.c
87
ret = (char *)
malloc
(len + 1);
/external/linux-tools-perf/
builtin-help.c
304
char *p =
malloc
(pre_len + cmd_len + 1);
/external/linux-tools-perf/util/
help.c
9
struct cmdname *ent =
malloc
(sizeof(*ent) + len + 1);
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
355
/// void *
malloc
(size_t size);
356
malloc
,
enumerator in enum:llvm::LibFunc::Func
/external/mdnsresponder/mDNSShared/
dnssd_clientlib.c
171
uint16_t malloced; // Non-zero if buffer was allocated via
malloc
()
223
newbuf =
malloc
((size_t)newlen);
/external/mtpd/
mtpd.c
132
args[i] =
malloc
(length + 1);
/external/netperf/
netcpu_looper.c
172
/* (
malloc
'd or such). This routine is reasonably ugly in that it has */
385
if ((lib_base_pointer =
malloc
(file_size)) == NULL) {
387
"create_looper_process could not
malloc
%d bytes\n",
/external/ppp/pppd/plugins/rp-pppoe/
common.c
168
* A
malloc
'd copy of str. Exits if
malloc
fails.
173
char *copy =
malloc
(strlen(str)+1);
/external/qemu/android/utils/
filelock.c
385
FileLock* lock =
malloc
(total_len);
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
SDL_romaudio.c
257
buffer[i] = (UInt8*)
malloc
(sizeof(UInt8) * spec->size);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp
184
device = (SDL_VideoDevice *)
malloc
(sizeof(SDL_VideoDevice));
188
malloc
((sizeof *device->hidden));
304
Private->SDL_modelist[i] = (SDL_Rect *)
malloc
(sizeof(SDL_Rect));
564
current->pixels =
malloc
(width * height * numBytesPerPixel);
[
all
...]
/external/qemu/distrib/sdl-1.2.15/test/
testsprite.c
229
mem = (Uint8 *)
malloc
(4*sizeof(SDL_Rect)*numsprites);
testwm.c
104
mask = (Uint8 *)
malloc
(mlen);
/external/quake/quake/src/QW/client/
keys.c
322
textCopied =
malloc
(GlobalSize(th)+1);
/external/quake/quake/src/WinQuake/
sys_android.cpp
557
parms.membase =
malloc
(parms.memsize);
/external/srtp/crypto/test/
cipher_driver.c
353
cipher_array = (cipher_t **)
malloc
(sizeof(cipher_t *) * num_ciphers);
Completed in 1938 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>