/external/compiler-rt/test/asan/TestCases/Posix/ |
large_allocator_unpoisons_on_free.cc | 29 free(p);
|
start-deactivated.cc | 39 free(p);
|
/external/compiler-rt/test/asan/TestCases/ |
debug_report.cc | 14 free(heap_ptr); 59 // CHECK: description: heap-use-after-free 62 // CHECK: AddressSanitizer: heap-use-after-free on address {{0x0*}}[[ADDR]] at pc {{0x0*}}[[PC]] bp {{0x0*}}[[BP]] sp {{0x0*}}[[SP]]
|
debug_stacks.cc | 2 // malloc and free stacks. 5 // FIXME: Figure out why allocation/free stack traces may be too short on ARM. 18 free(mem); 46 fprintf(stderr, "free stack retval %s\n", (num_frames > 0 && num_frames < 10) 48 // CHECK: free stack retval ok 58 // CHECK: ERROR: AddressSanitizer: heap-use-after-free
|
/external/compiler-rt/test/msan/Linux/ |
obstack.cc | 13 free(p);
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
soft_rss_limit_mb_test.cc | 49 free(allocs[j]);
|
/external/compiler-rt/test/tsan/ |
signal_longjmp.cc | 73 free((void*)p);
|
/external/curl/lib/ |
curl_ntlm.c | 176 free(*allocuserpwd); 180 free(base64); 196 free(*allocuserpwd); 200 free(base64);
|
/external/curl/tests/ |
mem-include-scan.pl | 46 if($_ =~ /(free|alloc|strdup)\(/) { 56 # free pass
|
/external/dbus/test/name-test/ |
test-shutdown.c | 31 free (session_addr_no_guid);
|
/external/dhcpcd-6.8.2/ |
if-options.c | 219 free(match); 232 free(match); 235 free(lst[i]); 245 free(match); 253 free(match); 259 free(match); 268 free(n); 450 free(o); 456 free(o); 457 free(nt) [all...] |
/external/dnsmasq/src/ |
lease.c | 3 This program is free software; you can redistribute it and/or modify 5 the Free Software Foundation; version 2 dated June, 1991, or 401 free(lease->clid); 420 free(lease->old_hostname); 423 unqualified name from it, free the unqulaified name here. */ 428 free(lease->hostname); 485 free(new_name); 486 free(new_fqdn); 550 free(lease->old_hostname); 565 free(lease->old_hostname); [all...] |
/external/eigen/test/eigen2/ |
eigen2_cholesky.cpp | 4 // Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr> 61 Gsl::free(gMatA); 62 Gsl::free(gSymm); 63 Gsl::free(gVecB); 64 Gsl::free(gVecX);
|
/external/elfutils/libdwfl/ |
dwfl_build_id_find_elf.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 96 free (*file_name); 104 free (name); 107 free (path); 182 free (*file_name);
|
dwfl_module_report_build_id.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 72 free (mod->build_id_bits);
|
/external/fio/ |
memalign.c | 35 free(ptr - f->offset);
|
/external/freetype/include/ |
ftsystem.h | 164 * free :: 175 FT_Free_Func free; member in struct:FT_MemoryRec_
|
/external/icu/icu4c/source/tools/tzcode/ |
scheck.c | 62 free(fbuf);
|
/external/jemalloc/include/jemalloc/internal/ |
public_namespace.h | 8 #define je_free JEMALLOC_N(free)
|
/external/jemalloc/test/integration/ |
overflow.c | 39 free(p);
|
/external/jemalloc/test/unit/ |
bitmap.c | 38 free(bitmap); 61 free(bitmap); 90 free(bitmap); 147 free(bitmap);
|
/external/kernel-headers/original/uapi/drm/ |
sis_drm.h | 6 * Permission is hereby granted, free of charge, to any person obtaining a 56 unsigned long free; member in struct:__anon13811
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
pointer_deleter_throw.pass.cpp | 46 std::free(p);
|
/external/libcxxabi/src/ |
cxa_exception_storage.cpp | 48 #include <cstdlib> // for calloc, free 61 std::free ( p );
|
/external/libdrm/include/drm/ |
sis_drm.h | 6 * Permission is hereby granted, free of charge, to any person obtaining a 56 unsigned long free; member in struct:__anon15519
|