Searched refs:free (Results 126 - 150 of 3389) sorted by relevance

1234567891011>>

/external/compiler-rt/test/msan/
H A Drealloc-origin.cc13 free(p);
/external/compiler-rt/test/tsan/
H A Dfree_race2.c5 free(mem);
19 // CHECK: WARNING: ThreadSanitizer: heap-use-after-free
24 // CHECK: #0 free
/external/elfutils/libdw/
H A Ddwarf_cfi_end.c5 This file is free software; you can redistribute it and/or modify
43 free (cache);
/external/libunwind/src/mi/
H A DGdestroy_addr_space.c7 Permission is hereby granted, free of charge, to any person obtaining
39 free (as);
/external/valgrind/memcheck/tests/
H A Daccounting.c20 free(p);
H A Dbig_blocks_freed_list.c17 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);
H A Dholey_buffer_too_small.c22 free(a);
28 free(a);
34 free(a);
40 free(a);
H A Dleak-0.c22 free(foo);
H A Dmemalign_test.c23 free(a[i]);
25 free(a[9]);
H A Dmemalign_test.stderr.exp1 Invalid free() / delete / delete[] / realloc()
2 at 0x........: free (vg_replace_malloc.c:...)
4 Address 0x........ is 0 bytes inside a block of size 111,110 free'd
5 at 0x........: free (vg_replace_malloc.c:...)
H A Dnoisy_child.c10 free(p);
24 free(p);
/external/valgrind/memcheck/tests/x86/
H A Dpushpopmem.c26 free(y);
27 free(z);
51 free(y);
52 free(z);
/external/valgrind/none/tests/
H A Dtimestamp.c8 free(x);
/external/vboot_reference/firmware/stub/
H A Dvboot_api_stub_static_sf.c28 free(ptr);
/external/wpa_supplicant_8/hs20/server/www/
H A Dfree-remediation.php3 <title>Hotspot 2.0 - public and free hotspot - remediation</title>
7 <h3>Hotspot 2.0 - public and free hotspot</h3>
/external/clang/test/Analysis/
H A Dno-outofbounds.c24 void free(void *);
31 free(a);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstack-trace-dlclose.cc36 free(p);
37 free(p); // double-free
/external/compiler-rt/test/asan/TestCases/
H A Dstrcasestr_strict.c25 free(s1);
26 free(s2);
H A Dstrcmp_strict.c23 free(s1);
24 free(s2);
H A Dstrcspn_strict.c23 free(s1);
24 free(s2);
H A Dstrpbrk_strict.c22 free(s1);
23 free(s2);
H A Dstrspn_strict.c22 free(s1);
23 free(s2);
H A Dstrstr_strict.c22 free(s1);
23 free(s2);
/external/valgrind/drd/tests/
H A Dmemory_allocation.c2 * @brief Repeatedly allocate and free memory. Tests whether drd really frees
16 free(malloc(40960));
31 free(p);
/external/valgrind/memcheck/tests/solaris/
H A Dexecx.stderr.exp3 Address 0x........ is not stack'd, malloc'd or (recently) free'd

Completed in 939 milliseconds

1234567891011>>