/external/openssh/ |
sandbox-null.c | 63 free(box);
|
/external/python/cpython2/Python/ |
thread_solaris.h | 32 free(funcarg); 53 free((void *) funcarg); 91 free((void *) lock); 103 free((void *) lock);
|
/external/selinux/libselinux/src/ |
setrans_client.c | 169 free(data); 253 free(prev_t2r_trans); 254 free(prev_t2r_raw); 255 free(prev_r2t_trans); 256 free(prev_r2t_raw); 257 free(prev_r2c_trans); 258 free(prev_r2c_raw); 309 free(prev_t2r_trans); 311 free(prev_t2r_raw); 321 free(prev_t2r_trans) [all...] |
/external/strace/ |
dyxlat.c | 60 free((void *) dyxlat->xlat[i].str); 64 free(dyxlat->xlat); 66 free(dyxlat); 87 free((void *) dyxlat->xlat[i].str);
|
/external/syslinux/lzo/include/lzo/ |
lzoutil.h | 8 The LZO library is free software; you can redistribute it and/or 10 published by the Free Software Foundation; either version 2 of 20 If not, write to the Free Software Foundation, Inc., 48 #define lzo_free(a) (free(a))
|
/external/toybox/lib/ |
llist.c | 8 // Callback function to free data pointer of double_list or arg_list 14 free(d->arg); 15 free(d); 22 free(d->data); 23 free(d); 26 // Call a function (such as free()) on each element of a linked list.
|
/external/toybox/toys/other/ |
rev.c | 34 free(c);
|
/external/toybox/toys/pending/ |
getfattr.c | 49 free(keys); 77 free(value); 82 free(value); 87 free(sorted_keys);
|
/external/valgrind/coregrind/ |
m_aspacehl.c | 13 This program is free software; you can redistribute it and/or 15 published by the Free Software Foundation; either version 2 of the 24 along with this program; if not, write to the Free Software 54 VG_(free)(starts);
|
/external/valgrind/drd/tests/ |
pth_barrier_race.c | 44 free(barrier);
|
/external/valgrind/memcheck/tests/ |
long_namespace_xml.cpp | 30 // that occurs just before the free() call. 39 free(ptr);
|
/external/valgrind/memcheck/tests/solaris/ |
scalar_frealpathat.stderr.exp | 18 Address 0x........ is not stack'd, malloc'd or (recently) free'd 22 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetProgramInfoLog.cpp | 17 free(buf);
|
glGetProgramPipelineInfoLog.cpp | 17 free(buf);
|
glGetShaderInfoLog.cpp | 18 free(buf);
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
mm_malloc.h | 1 /* Copyright (C) 2004 Free Software Foundation, Inc. 5 GCC is free software; you can redistribute it and/or modify 7 the Free Software Foundation; either version 2, or (at your option) 17 the Free Software Foundation, 51 Franklin Street, Fifth Floor, 74 free (((void **) aligned_ptr) [-1]);
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
mm_malloc.h | 1 /* Copyright (C) 2004 Free Software Foundation, Inc. 5 GCC is free software; you can redistribute it and/or modify 7 the Free Software Foundation; either version 2, or (at your option) 17 the Free Software Foundation, 51 Franklin Street, Fifth Floor, 74 free (((void **) aligned_ptr) [-1]);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
mm_malloc.h | 1 /* Copyright (C) 2004-2013 Free Software Foundation, Inc. 5 GCC is free software; you can redistribute it and/or modify 7 the Free Software Foundation; either version 3, or (at your option) 17 3.1, as published by the Free Software Foundation. 71 free (((void **) aligned_ptr) [-1]);
|
/prebuilts/go/darwin-x86/misc/cgo/testsanitizers/ |
tsan4.go | 7 // Check that calls to C.malloc/C.free do not trigger TSAN false 29 C.free(p)
|
/prebuilts/go/linux-x86/misc/cgo/testsanitizers/ |
tsan4.go | 7 // Check that calls to C.malloc/C.free do not trigger TSAN false 29 C.free(p)
|
/system/bt/osi/include/ |
allocator.h | 30 free_fn free; member in struct:__anon113484 44 // Free a buffer that was previously allocated with function |osi_malloc|
|
/system/core/libcutils/ |
android_get_control_file.cpp | 62 free(key); 100 free(proc); 104 free(proc); 106 free(buf);
|
/system/extras/libpagemap/ |
pm_process.c | 51 free(proc); 58 free(proc); 64 free(proc); 135 free(range); 142 free(range); 147 free(range); 235 free(proc->maps); 237 free(proc); 265 free(maps); 271 free(maps) [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vswprintf.c | 67 free(f._bf._base); 73 free(f._bf._base); 84 free(f._bf._base);
|
/device/google/dragon/recovery/updater/ |
fwtool.cpp | 113 free(hwid); 114 free(version); 115 free(ro_version); 116 free(type); 117 free(ec); 228 free(cur_fwid); 229 free(old_fwid); 234 free(cur_fwid); 235 free(old_fwid); 252 free(cur_section) [all...] |