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

  /external/valgrind/main/drd/tests/
custom_alloc_fiw.stderr.exp 3 at 0x........: custom_alloc (custom_alloc.c:?)
4 by 0x........: main (custom_alloc.c:?)
7 at 0x........: custom_alloc (custom_alloc.c:?)
8 by 0x........: make_leak (custom_alloc.c:?)
9 by 0x........: main (custom_alloc.c:?)
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/memcheck/tests/
custom_alloc.stderr.exp 2 at 0x........: main (custom_alloc.c:117)
4 at 0x........: custom_alloc (custom_alloc.c:47)
5 by 0x........: main (custom_alloc.c:114)
8 at 0x........: main (custom_alloc.c:121)
10 at 0x........: custom_alloc (custom_alloc.c:47)
11 by 0x........: main (custom_alloc.c:114)
14 at 0x........: main (custom_alloc.c:128)
17 at 0x........: main (custom_alloc.c:131
    [all...]
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);
  /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);
custom_alloc.post.exp 2 Command: ./custom_alloc
42 ->96.15% (400B) 0x........: custom_alloc (custom_alloc.c:41)
43 ->96.15% (400B) 0x........: main (custom_alloc.c:60)
52 ->98.04% (800B) 0x........: custom_alloc (custom_alloc.c:41)
53 ->98.04% (800B) 0x........: main (custom_alloc.c:63)

Completed in 269 milliseconds