Searched refs:free (Results 76 - 100 of 3635) sorted by relevance

1234567891011>>

/external/oprofile/libutil/
H A Dop_cpufreq.c34 free(line);
61 free(line);
65 free(line);
/external/qemu/android/filesystems/
H A Dfstab_parser_unittest.cpp33 free(out);
38 free(out);
43 free(out);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_barrierattr_destroy.c21 * This library is free software; you can redistribute it and/or
79 free (ba);
H A Dpthread_condattr_destroy.c22 * This library is free software; you can redistribute it and/or
78 (void) free (*attr);
H A Dpthread_mutexattr_destroy.c21 * This library is free software; you can redistribute it and/or
79 free (ma);
H A Dpthread_rwlockattr_destroy.c21 * This library is free software; you can redistribute it and/or
80 free (rwa);
/external/clang/test/Analysis/
H A DMalloc+MismatchedDeallocator_intersections.cpp6 void free(void *);
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstdlib.h27 void free(void *);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_loadable.cc36 free(dso_global);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dasan_preload_test-1.cc25 free(p);
H A Dasan_rt_confict_test-2.cc20 free(p);
H A Dinterception_failure_test.cc18 free(x);
21 // CHECK-NOT: heap-use-after-free
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dintercept_strdup.cc26 free(ptr);
/external/compiler-rt/test/asan/TestCases/
H A Dfrexp_interceptor.cc11 free(exp);
13 // CHECK: use-after-free
H A Dheap-overflow.cc22 free(x);
H A Dhuge_negative_hea_oob.cc11 free(x);
H A Dinvalid-free.cc15 free(x + 5); // BOOM
16 // CHECK: AddressSanitizer: attempting free on address{{.*}}in thread T0
17 // CHECK: invalid-free.cc:[[@LINE-2]]
20 // MALLOC-CTX: invalid-free.cc:[[@LINE-8]]
H A Dlog-path_test.cc39 free(x);
/external/compiler-rt/test/lsan/TestCases/
H A Dignore_object_errors.cc16 free(p);
/external/compiler-rt/test/msan/
H A Dpoison_in_free.cc12 free(x);
/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/0.153/libdw/
H A Ddwarf_cfi_end.c5 Red Hat elfutils is free software; you can redistribute it and/or modify
65 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/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dpython-use.c21 free(cmd);
/external/valgrind/main/memcheck/tests/
H A Daccounting.c20 free(p);

Completed in 308 milliseconds

1234567891011>>