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

/external/valgrind/main/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/main/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/main/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
66 int* array2 __attribute__((unused)) = custom_alloc(sizeof(int) * 10);
76 array = custom_alloc(sizeof(int) * 10);

Completed in 342 milliseconds