OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
201 - 225
of
2813
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/android/utils/
setenv.c
11
char *string =
malloc
(length);
/external/valgrind/main/VEX/test/
fldenv.c
18
unsigned short* buf =
malloc
(14*sizeof(short));
/external/valgrind/main/coregrind/
m_aspacehl.c
48
starts = VG_(
malloc
)( "main.gss.1", n_starts * sizeof(Addr) );
/external/valgrind/main/drd/tests/
memory_allocation.c
16
free(
malloc
(40960));
pth_barrier_race.c
32
barrier = (pthread_barrier_t *)
malloc
(sizeof(*barrier));
/external/valgrind/main/helgrind/tests/
tc03_re_excl.c
26
volatile int* x =
malloc
(10 * sizeof(int));
/external/valgrind/main/memcheck/tests/
badaddrvalue.stderr.exp
4
at 0x........:
malloc
(vg_replace_malloc.c:...)
10
at 0x........:
malloc
(vg_replace_malloc.c:...)
badpoll.stderr.exp
5
at 0x........:
malloc
(vg_replace_malloc.c:...)
12
at 0x........:
malloc
(vg_replace_malloc.c:...)
clireq_nofill.stderr.exp
4
at 0x........:
malloc
(vg_replace_malloc.c:...)
10
at 0x........:
malloc
(vg_replace_malloc.c:...)
new_override.cpp
11
void *ret =
malloc
(size);
noisy_child.c
23
char* p =
malloc
(10); assert(p);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetProgramInfoLog.cpp
10
char* buf = (char*)
malloc
(infoLen);
glGetShaderInfoLog.cpp
10
char* buf = (char*)
malloc
(infoLen);
/frameworks/rs/cpp/
ScriptC.cpp
17
#include <
malloc
.h>
/ndk/tests/device/test-stlport_shared-exception/jni/
p9706.cpp
9
void *operator new(size_t sz) { ++count; return
malloc
(sz); }
/ndk/tests/device/test-stlport_static-exception/jni/
p9706.cpp
9
void *operator new(size_t sz) { ++count; return
malloc
(sz); }
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
mm_malloc.h
49
/* Assume
malloc
'd pointer is aligned at least to sizeof (void*).
51
returned by
malloc
. Effectively this enforces a minimum alignment
56
malloc_ptr =
malloc
(size + align);
60
/* Align We have at least sizeof (void *) space below
malloc
'd ptr. */
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
mm_malloc.h
49
/* Assume
malloc
'd pointer is aligned at least to sizeof (void*).
51
returned by
malloc
. Effectively this enforces a minimum alignment
56
malloc_ptr =
malloc
(size + align);
60
/* Align We have at least sizeof (void *) space below
malloc
'd ptr. */
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
mm_malloc.h
42
return
malloc
(size);
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
mm_malloc.h
42
return
malloc
(size);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mm_malloc.h
42
return
malloc
(size);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
mm_malloc.h
42
return
malloc
(size);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
mm_malloc.h
42
return
malloc
(size);
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
mm_malloc.h
42
return
malloc
(size);
/external/clang/test/CodeGen/
2002-07-14-MiscListTests.c
5
void *
malloc
(unsigned);
28
Data = (list*)
malloc
(12); // This is not a proper list allocation
44
*L = (list*)
malloc
(sizeof(list));
Completed in 1842 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>