OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:custom_alloc
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/drd/tests/
custom_alloc.c
25
static void*
custom_alloc
(int size)
function
60
int* array2 __attribute__((unused)) =
custom_alloc
(sizeof(int) * 10);
70
array =
custom_alloc
(sizeof(int) * 10);
/external/valgrind/main/massif/tests/
custom_alloc.c
25
static void*
custom_alloc
(int size)
function
60
int* a =
custom_alloc
(400); // All sizes are divisible by 16 -- no slop.
63
a =
custom_alloc
(800);
/external/valgrind/main/memcheck/tests/
custom_alloc.c
22
// program to be using it unless its handed out by
custom_alloc
()
31
static void*
custom_alloc
(int size)
function
104
int* array2 __attribute__((unused)) =
custom_alloc
(sizeof(int) * 10);
114
array =
custom_alloc
(sizeof(int) * 10);
Completed in 218 milliseconds