OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
1976 - 2000
of
2813
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/development/ndk/sources/android/libportable/arch-mips/
errno.c
269
data =
malloc
(sizeof(struct errno_state));
/device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp
257
char *str = (char *)
malloc
(-n+2);
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c
[
all
...]
/device/samsung/manta/liblights/
lights.c
344
struct light_device_t *dev =
malloc
(sizeof(struct light_device_t));
/external/aac/libSYS/src/
genericStds.cpp
218
ptr =
malloc
(size);
236
addr = FDKcalloc(1, size + alignment + sizeof(void*)); /*
Malloc
and clear memory. */
241
*(((void**)result) - 1) = addr; /* Save
malloc
'ed memory pointer. */
252
addr = *(((void**)ptr)-1); /* Get pointer to
malloc
'ed memory. */
253
FDKfree(addr); /* Free
malloc
'ed memory area. */
301
addr = FDKcalloc_L(1, size + alignment + sizeof(void*), s); /*
Malloc
and clear memory. */
306
*(((void**)result) - 1) = addr; /* Save
malloc
'ed memory pointer. */
318
addr = *(((void**)ptr)-1); /* Get pointer to
malloc
'ed memory. */
319
FDKfree_L(addr); /* Free
malloc
'ed memory area. */
/external/chromium/net/http/
http_auth_sspi_win.cc
354
out_buffer.pvBuffer =
malloc
(out_buffer.cbBuffer);
/external/chromium/third_party/libevent/
buffer.c
226
if ((line =
malloc
(i + 1)) == NULL) {
epoll.c
134
epollop->events =
malloc
(INITIAL_NEVENTS * sizeof(struct epoll_event));
/external/chromium/third_party/libjingle/source/talk/base/
stringutils.h
36
#include <
malloc
.h>
/external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc
45
#include <
malloc
.h>
/external/e2fsprogs/e2fsck/
dict.c
257
dict_t *new =
malloc
(sizeof *new);
974
return
malloc
(sizeof *dnode_alloc(NULL));
984
dnode_t *new =
malloc
(sizeof *new);
1262
char *new =
malloc
(sz);
[
all
...]
/external/e2fsprogs/lib/blkid/
tag.c
285
iter =
malloc
(sizeof(struct blkid_struct_tag_iterate));
/external/e2fsprogs/resize/
main.c
241
mtpt =
malloc
(len);
/external/elfutils/libdwfl/
core-file.c
211
/* We already
malloc
'd the buffer. */
358
into =
malloc
(*buffer_available);
derelocate.c
166
mod->reloc_info =
malloc
(offsetof (struct dwfl_relocation, refs[nrefs]));
elf-from-memory.c
86
unsigned char *buffer =
malloc
(initial_bufsize);
/external/elfutils/libelf/
elf32_getshdr.c
91
(ElfW2(LIBELFBITS,Shdr) *)
malloc
(size);
/external/harfbuzz_ng/test/api/
test-blob.c
163
data =
malloc
(sizeof (test_data));
/external/icu4c/layout/
LETypes.h
339
#define LE_NEW_ARRAY(type, count) (type *)
malloc
((count) * sizeof(type))
/external/icu4c/samples/uresb/
uresb.c
200
newstr = (UChar *)
malloc
((1 + alen) * sizeof(*newstr));
/external/icu4c/test/intltest/
testidn.cpp
89
char* filename = (char*)
malloc
(strlen(IntlTest::pathToDataDirectory())*1024);
/external/iproute2/lib/
rt_names.c
63
entry =
malloc
(sizeof(*entry));
/external/iproute2/misc/
lnstat.c
168
th.hdr[i] =
malloc
(HDR_LINE_LENGTH);
/external/iproute2/tc/
m_xt_old.c
104
merge =
malloc
(sizeof (struct option) * (num_new + num_old + 1));
tc_qdisc.c
23
#include <
malloc
.h>
Completed in 1568 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>