HomeSort by relevance Sort by last modified time
    Searched defs:custom_alloc (Results 1 - 3 of 3) sorted by null

  /external/valgrind/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/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/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 104 milliseconds