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

  /external/valgrind/drd/tests/
custom_alloc.vgtest 1 prog: custom_alloc
custom_alloc_fiw.vgtest 2 prog: custom_alloc
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);
Makefile.am 98 custom_alloc.stderr.exp \
99 custom_alloc.vgtest \
358 custom_alloc \
  /external/valgrind/memcheck/tests/
custom_alloc.vgtest 1 prog: custom_alloc
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.stderr.exp-s390x-mvc 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);
Makefile.am 104 custom_alloc.stderr.exp custom_alloc.vgtest \
105 custom_alloc.stderr.exp-s390x-mvc \
321 custom_alloc \
  /external/valgrind/massif/tests/
custom_alloc.vgtest 1 prog: custom_alloc
Makefile.am 20 custom_alloc.post.exp custom_alloc.stderr.exp custom_alloc.vgtest \
57 custom_alloc \
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)
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);
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 247 milliseconds