HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 151 - 175 of 7280) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/compiler-rt/test/msan/
realloc-origin.cc 13 free(p);
  /external/compiler-rt/test/scudo/
memalign.cpp 27 free(p);
32 free(p);
36 free(p);
40 free(p);
  /external/compiler-rt/test/tsan/
free_race2.c 5 free(mem);
19 // CHECK: WARNING: ThreadSanitizer: heap-use-after-free
24 // CHECK: #0 free
  /external/elfutils/libdw/
dwarf_cfi_end.c 5 This file is free software; you can redistribute it and/or modify
8 * the GNU Lesser General Public License as published by the Free
14 * the GNU General Public License as published by the Free
43 free (cache);
  /external/libunwind/src/mi/
Gdestroy_addr_space.c 7 Permission is hereby granted, free of charge, to any person obtaining
39 free (as);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
1-1.c 103 free(bufs);
143 free(aiocbs[i]);
144 free(bufs);
145 free(aiocbs);
156 free(aiocbs[i]);
157 free(bufs);
158 free(aiocbs);
169 free(aiocbs[i]);
170 free(bufs);
171 free(aiocbs)
    [all...]
  /external/syslinux/com32/lib/syslinux/
freelist.c 5 * Permission is hereby granted, free of charge, to any person
44 free(m);
  /external/syslinux/gpxe/src/include/gpxe/
refcnt.h 26 * When this count is decremented below zero, the free()
30 /** Free containing object
35 * If this method is left NULL, the standard library free()
37 * may omit the free() method if the @c refcnt object is the
40 void ( * free ) ( struct refcnt *refcnt ); member in struct:refcnt
  /external/valgrind/memcheck/tests/
accounting.c 20 free(p);
big_blocks_freed_list.c 17 the free list is found by memcheck (still on the free list). */
20 free(semi_big);
21 free(big);
26 by doing big alloc/free. */
28 free(small);
31 but not for the big block, which has been removed from the free list
40 free(big);
holey_buffer_too_small.c 22 free(a);
28 free(a);
34 free(a);
40 free(a);
leak-0.c 22 free(foo);
  /external/valgrind/memcheck/tests/x86/
pushpopmem.c 26 free(y);
27 free(z);
51 free(y);
52 free(z);
  /external/valgrind/none/tests/
timestamp.c 8 free(x);
  /external/vboot_reference/firmware/stub/
vboot_api_stub_static_sf.c 28 free(ptr);
  /libcore/ojluni/src/main/java/sun/nio/ch/
AllocatedNativeObject.java 5 * This code is free software; you can redistribute it and/or modify it
7 * published by the Free Software Foundation. Oracle designates this
18 * 2 along with this work; if not, write to the Free Software Foundation,
59 synchronized void free() { method in class:AllocatedNativeObject
  /bionic/linker/
linker_common_types.h 49 static void free(LinkedListEntry<soinfo>* entry);
59 static void free(LinkedListEntry<android_namespace_t>* entry);
  /external/clang/test/Analysis/
no-outofbounds.c 24 void free(void *);
31 free(a);
  /external/compiler-rt/test/asan/TestCases/Linux/
stack-trace-dlclose.cc 36 free(p);
37 free(p); // double-free
  /external/compiler-rt/test/asan/TestCases/
strcasestr_strict.c 25 free(s1);
26 free(s2);
strcmp_strict.c 23 free(s1);
24 free(s2);
strcspn_strict.c 23 free(s1);
24 free(s2);
strpbrk_strict.c 22 free(s1);
23 free(s2);
strspn_strict.c 22 free(s1);
23 free(s2);
strstr_strict.c 22 free(s1);
23 free(s2);

Completed in 384 milliseconds

1 2 3 4 5 67 8 91011>>