OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
726 - 750
of
2813
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
string.h
33
#include <
malloc
.h>
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
string.h
33
#include <
malloc
.h>
/sdk/emulator/opengl/host/libs/libOpenglRender/
ReadBuffer.cpp
26
m_buf = (unsigned char*)
malloc
(m_size*sizeof(unsigned char));
/system/core/adb/
log_service.c
77
char *log_device =
malloc
(strlen(LOG_FILE_DIR) + strlen(log_name) + 1);
/system/core/fastboot/
util_windows.c
95
data = (char*)
malloc
( sz );
/system/core/libcutils/
strdup16to8.c
43
* dst =
malloc
(strnlen16to8(utf16,len)+1)
47
* when it detects one. A careless user will try to
malloc
113
* its
malloc
(SIZE_MAX) in case of overflow.
161
ret =
malloc
(len + 1);
/system/core/libdiskconfig/
write_lst.c
34
if (!(item =
malloc
(sizeof(struct write_list) + data_len))) {
/system/extras/fatblock/
import.c
108
f =
malloc
(sizeof(struct file));
168
item =
malloc
(sizeof(struct item));
222
d =
malloc
(sizeof(struct dir));
307
d->entries =
malloc
(sizeof(struct fat_dirent) * (count + (is_root ? 0 : 2)));
/system/extras/tests/pftest/
pftest.c
47
char *mem =
malloc
((N_PAGES+1) * 4096);
/system/extras/tests/storage/
opentest.c
64
fds =
malloc
(nfiles * sizeof(int));
66
fprintf(stderr, "Unable to
malloc
array of %d fds\n", nfiles);
/system/netd/
ClatdController.cpp
50
char **args = (char **)
malloc
(sizeof(char *) * 4);
Completed in 1510 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>