Searched defs:custom_alloc (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/drd/tests/
H A Dcustom_alloc.c25 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/massif/tests/
H A Dcustom_alloc.c25 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/memcheck/tests/
H A Dcustom_alloc.c22 // 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 266 milliseconds