HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 126 - 150 of 2673) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/main/massif/tests/
overloaded-new.cpp 39 return free(p);
44 return free(p);
  /external/valgrind/main/memcheck/tests/
badjump2.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
custom_alloc.stderr.exp 7 Invalid free() / delete / delete[]
10 Address 0x........ is not stack'd, malloc'd or (recently) free'd
12 Mismatched free() / delete / delete []
21 Address 0x........ is 0 bytes inside a block of size 40 free'd
noisy_child.stderr.exp 4 Address 0x........ is 5 bytes inside a block of size 10 free'd
5 at 0x........: free (vg_replace_malloc.c:...)
11 Address 0x........ is 0 bytes after a block of size 10 free'd
12 at 0x........: free (vg_replace_malloc.c:...)
long_namespace_xml.cpp 29 // that occurs just before the free() call.
38 free(ptr);
  /external/webkit/Source/WebKit/chromium/tests/
ArenaTestHelpers.h 53 virtual void free(void* ptr) function in class:WebCore::ArenaTestHelpers::TrackedAllocator
58 PODArena::FastMallocAllocator::free(ptr);
  /frameworks/base/media/mtp/
MtpStorageInfo.cpp 41 free(mStorageDescription);
43 free(mVolumeIdentifier);
  /libcore/luni/src/main/java/java/nio/
NioUtils.java 53 ((DirectByteBuffer) buffer).free(); method
55 ((MappedByteBufferAdapter) buffer).free(); method
  /ndk/sources/host-tools/make-3.81/w32/subproc/
misc.c 3 2006 Free Software Foundation, Inc.
6 GNU Make is free software; you can redistribute it and/or modify it under the
7 terms of the GNU General Public License as published by the Free Software
15 GNU Make; see the file COPYING. If not, write to the Free Software
69 free(tmp);
80 free(tmp);
  /system/core/nexus/
SupplicantAssociatingEvent.cpp 96 free(mBssid);
98 free(mSsid);
  /external/bison/src/
derives.c 3 Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2005 Free
8 Bison is free software; you can redistribute it and/or modify
10 the Free Software Foundation; either version 2, or (at your option)
20 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
111 free (dset);
112 free (delts);
119 free (derives[0]);
120 free (derives);
  /external/hyphenation/
hnjalloc.c 8 * This library is free software; you can redistribute it and/or
10 * License as published by the Free Software Foundation; either
20 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
70 free (p);
  /external/icu4c/samples/layout/
arraymem.h 18 #define DELETE_ARRAY(array) free((void *) (array))
  /external/oprofile/libop/
op_parse_event.c 90 free(part);
98 free(part);
106 free(part);
114 free(part);
  /external/valgrind/main/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/main/drd/tests/
pth_barrier_race.c 44 free(barrier);
  /external/webkit/Source/WebKit/android/wds/client/
Device.h 48 ~Device() { free(m_name); }
  /frameworks/base/opengl/tools/glgen/stubs/gles11/
glGetProgramInfoLog.cpp 17 free(buf);
glGetShaderInfoLog.cpp 17 free(buf);
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mm_malloc.h 1 /* Copyright (C) 2004, 2006, 2009 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.
54 free (ptr);
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mm_malloc.h 1 /* Copyright (C) 2004, 2006, 2009 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.
54 free (ptr);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mm_malloc.h 1 /* Copyright (C) 2004, 2006, 2009 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.
54 free (ptr);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
mm_malloc.h 1 /* Copyright (C) 2004, 2006 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,
57 free (ptr);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
mm_malloc.h 1 /* Copyright (C) 2004, 2006 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,
57 free (ptr);
  /external/bluetooth/bluez/src/
oui.c 8 * This program is free software; you can redistribute it and/or modify
10 * the Free Software Foundation; either version 2 of the License, or
19 * along with this program; if not, write to the Free Software
66 free(str);
77 free(str);
98 free(tmp);

Completed in 897 milliseconds

1 2 3 4 56 7 8 91011>>