/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
aligned_alloc.c | 6 free((void*)p);
|
/external/compiler-rt/test/scudo/ |
double-free.cpp | 7 // Tests double-free error on pointers allocated with different allocation 21 free(p); 22 free(p); 43 free(p); 44 free(p);
|
malloc.cpp | 4 // Tests that a regular workflow of allocation, memory fill and free works as 20 free(p); 24 free(p);
|
/external/libmicrohttpd/src/microspdy/ |
alstructures.c | 5 This program is free software: you can redistribute it and/or modify 7 the Free Software Foundation, either version 3 of the License, or 38 //headers, so no need to free them twice 40 free(request);
|
/external/libunwind/src/coredump/ |
_UPT_put_unwind_info.c | 7 Permission is hereby granted, free of charge, to any person obtaining 34 free (pi->unwind_info);
|
/external/libunwind/src/ptrace/ |
_UPT_destroy.c | 7 Permission is hereby granted, free of charge, to any person obtaining 33 free (ptr);
|
_UPT_put_unwind_info.c | 7 Permission is hereby granted, free of charge, to any person obtaining 33 free (pi->unwind_info);
|
/external/selinux/libselinux/src/ |
freecon.c | 8 free(con);
|
/external/syslinux/gpxe/src/core/ |
refcnt.c | 4 * This program is free software; you can redistribute it and/or 6 * published by the Free Software Foundation; either version 2 of the 15 * along with this program; if not, write to the Free Software 53 * If the reference count decreases below zero, the object's free() 70 if ( refcnt->free ) { 72 refcnt, refcnt->free ); 73 refcnt->free ( refcnt ); 76 free ( refcnt );
|
/external/valgrind/massif/tests/ |
peak.c | 9 p = malloc(16); // 'free' calls result in peaks, but after that, 10 free(p); // only every second one does.
|
/external/valgrind/memcheck/tests/ |
doublefree.c | 10 free(p);
|
partial_load.c | 17 free(p); 25 free(p); 31 free(p); 36 free(p);
|
wrapmalloc.c | 4 /* Test that a program that has malloc/free interposed in a shared 11 free (p);
|
wrapmallocso.c | 4 /* Fake malloc/free functions that just print something. When run 14 void free (void *ptr) function 16 printf ("free\n");
|
doublefree.stderr.exp | 1 Invalid free() / delete / delete[] / realloc() 2 at 0x........: free (vg_replace_malloc.c:...) 4 Address 0x........ is 0 bytes inside a block of size 177 free'd 5 at 0x........: free (vg_replace_malloc.c:...)
|
static_malloc.c | 10 void free(void*ptr) { function 18 free(p);
|
/external/valgrind/memcheck/tests/x86/ |
espindola2.c | 34 free(x);
|
/prebuilts/ndk/r11/sources/android/support/src/locale/ |
freelocale.c | 33 free(loc);
|
/prebuilts/ndk/r13/sources/android/support/src/locale/ |
freelocale.c | 33 free(loc);
|
/external/c-ares/ |
ares_destroy.c | 29 free(options->servers); 31 free(options->domains[i]); 32 free(options->domains); 34 free(options->sortlist); 35 free(options->lookups); 75 free(channel->domains[i]); 76 free(channel->domains); 80 free(channel->sortlist); 83 free(channel->lookups); 85 free(channel) [all...] |
/development/tutorials/MoarRam/jni/ |
df.c | 34 ALOGW("About to double free %p", ptr); 35 free(ptr); 36 free(ptr);
|
/external/clang/test/Analysis/ |
cxx-method-names.cpp | 8 void free(); // malloc checker, keychain checker 18 E.free();
|
/external/compiler-rt/test/tsan/Linux/ |
user_malloc.cc | 15 extern "C" void free(void *p) { function 22 free((void*)p);
|
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/ |
sized_delete_calls_unsized_delete.pass.cpp | 29 std::free(p); 35 std::free(p);
|
/external/valgrind/helgrind/tests/ |
shmem_abits.stderr.exp | 5 random heap free and checks
|