OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
451 - 475
of
6596
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/pixman/demos/
tri-test.c
25
uint32_t *bits =
malloc
(WIDTH * HEIGHT * 4);
/external/skia/src/ports/
SkMemory_malloc.cpp
44
void* p =
malloc
(size);
/external/skia/src/utils/ios/
SkStream_NSData.mm
12
void* src =
malloc
(length);
/external/valgrind/main/VEX/
TODO.txt
41
Get rid of sloppy-
malloc
/external/valgrind/main/drd/tests/
memory_allocation.c
16
free(
malloc
(40960));
pth_barrier_race.c
32
barrier = (pthread_barrier_t *)
malloc
(sizeof(*barrier));
read_and_free_race.stderr.exp
9
at 0x........:
malloc
(vg_replace_malloc.c:...)
/external/valgrind/main/exp-sgcheck/tests/
hsg.c
30
unsigned char* duh =
malloc
(100 * sizeof(char));
/external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp
8
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
mcsigpass.stderr.exp
8
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
/external/valgrind/main/helgrind/tests/
tc04_free_lock.c
17
XX* xx =
malloc
(sizeof(XX));
/external/valgrind/main/massif/tests/
long-names.c
61
malloc
(2000); // Divisible by 16 -- no slop.
/external/valgrind/main/memcheck/tests/
badfree-2trace.stderr.exp
4
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
badfree.stderr.exp
4
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
badfree3.stderr.exp
4
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
badpoll.c
12
struct pollfd* ufds =
malloc
(2 * sizeof(struct pollfd) - 1);
long_namespace_xml.cpp
36
char *ptr = (char *)
malloc
(4);
malloc2.c
30
test_arr[j] =
malloc
( nbytes );
nanoleak2.c
20
a =
malloc
(1000); // Becomes a reachable leak.
new_override.cpp
11
void *ret =
malloc
(size);
origin3-no.c
42
char* ptr_to_undef_char =
malloc
(sizeof(char));
62
int* ptr_to_undef_int =
malloc
(sizeof(int));
71
int* ptr_to_undef_int =
malloc
(sizeof(int) + 1);
80
int* ptr_to_undef_int3 =
malloc
(sizeof(int));
sbfragment.c
5
#include <
malloc
.h>
18
/* from /usr/include/
malloc
.h */
57
big =
malloc
(bigsize);
67
newbig =
malloc
(bigsize);
/external/valgrind/main/memcheck/tests/x86/
espindola2.c
11
int* x =
malloc
(4);
/external/valgrind/main/none/tests/amd64/
ssse3_misaligned.c
2
#include "tests/
malloc
.h"
/external/valgrind/main/none/tests/x86/
ssse3_misaligned.c
2
#include "tests/
malloc
.h"
Completed in 913 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>