OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
851 - 875
of
6596
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/pixman/test/
oob-test.c
68
char *data =
malloc
(info->stride * info->height);
/external/qemu/distrib/jpeg-6b/
jconfig.bcc
26
#define MAX_ALLOC_CHUNK 65520L /* Maximum request to
malloc
() */
jconfig.mc6
24
#define MAX_ALLOC_CHUNK 65520L /* Maximum request to
malloc
() */
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_LoadWAV.3
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarimxalloc.c
50
return (void *)
Malloc
(size);
/external/qemu/
loadpng.c
102
data = (unsigned char*)
malloc
((width * 4) * height);
103
rowptrs = (unsigned char **)
malloc
(sizeof(unsigned char*) * height);
234
data = (unsigned char*)
malloc
((width * 4) * height);
235
rowptrs = (unsigned char **)
malloc
(sizeof(unsigned char*) * height);
/external/qemu/slirp/
mbuf.c
40
*
malloc
one
55
m = (struct mbuf *)
malloc
(SLIRP_MSIZE);
113
* the other.. if result is too big for one mbuf,
malloc
()
151
dat = (char *)
malloc
(size);
/external/qemu/slirp-android/
mbuf.c
40
*
malloc
one
55
m = (struct mbuf *)
malloc
(SLIRP_MSIZE);
113
* the other.. if result is too big for one mbuf,
malloc
()
151
dat = (char *)
malloc
(size);
/external/skia/src/gpu/
GrAllocPool.h
29
* address was allocated by
malloc
or new (because it hasn't).
/external/stlport/stlport/stl/
_tempbuf.c
43
_Tp* __tmp = (_Tp*)
malloc
((size_t)__len * sizeof(_Tp));
/external/valgrind/main/VEX/test/
fpconst.c
59
UChar* b =
malloc
(8);
/external/valgrind/main/drd/tests/
free_is_write.c
27
ptr =
malloc
(MALLOC_SIZE);
/external/valgrind/main/gdbserver_tests/
mcinfcallRU.vgtest
9
# Disable on Darwin: inferior call rejected as it cannot find
malloc
.
mcinfcallWSRU.vgtest
9
# Disable on Darwin: inferior call rejected as it cannot find
malloc
.
/external/valgrind/main/helgrind/tests/
tc03_re_excl.c
26
volatile int* x =
malloc
(10 * sizeof(int));
/external/valgrind/main/memcheck/tests/
addressable.stderr.exp
14
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
19
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
66
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
71
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
badjump.stderr.exp
5
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
badjump.stderr.exp-kfail
4
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
dw4.stderr.exp
5
at 0x........:
malloc
(vg_replace_malloc.c:...)
err_disable2.c
27
block =
malloc
(10);
leak-cycle.c
15
struct n *n =
malloc
(sizeof(struct n));
malloc1.stderr.exp
13
at 0x........:
malloc
(vg_replace_malloc.c:...)
origin3-no.stderr.exp
7
at 0x........:
malloc
(vg_replace_malloc.c:...)
25
at 0x........:
malloc
(vg_replace_malloc.c:...)
35
at 0x........:
malloc
(vg_replace_malloc.c:...)
45
at 0x........:
malloc
(vg_replace_malloc.c:...)
pdb-realloc.c
16
char* x =
malloc
(1000);
/external/valgrind/main/memcheck/tests/darwin/
scalar_nocancel.c
14
long* px =
malloc
(sizeof(long));
Completed in 3057 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>