HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 201 - 225 of 3517) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/main/memcheck/tests/
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:...)
test-plo.c 67 free(buf);
74 free(words);
err_disable2.stderr.exp 7 Address 0x........ is 5 bytes inside a block of size 10 free'd
8 at 0x........: free (vg_replace_malloc.c:...)
  /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/av/media/mtp/
MtpStorageInfo.cpp 41 free(mStorageDescription);
43 free(mVolumeIdentifier);
  /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);
  /ndk/tests/device/test-stlport_shared-exception/jni/
delete2.cpp 7 extern "C" void free (void *);
23 free (p);
  /ndk/tests/device/test-stlport_static-exception/jni/
delete2.cpp 7 extern "C" void free (void *);
23 free (p);
  /packages/apps/Gallery2/jni/filters/
shadows.c 54 free(poly);
55 free(hsv);
  /system/netd/
ndc.c 79 free(final_cmd);
89 free(final_cmd);
92 free(final_cmd);
98 free(final_cmd);
101 free(final_cmd);
125 free(buffer);
138 free(buffer);
166 free(buffer);
  /external/bison/src/
derives.c 3 Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2012 Free Software
8 This program is free software: you can redistribute it and/or modify
10 the Free Software Foundation, either version 3 of the License, or
109 free (dset);
110 free (delts);
117 free (derives[0]);
118 free (derives);
named-ref.c 3 Copyright (C) 2009-2012 Free Software Foundation, Inc.
7 This program is free software: you can redistribute it and/or modify
9 the Free Software Foundation, either version 3 of the License, or
45 free (r);
  /external/clang/test/Analysis/
malloc-plist.c 7 void free(void *);
32 free(buf);
51 free(x);
77 free(buf);
    [all...]
  /external/elfutils/bionic-fixup/
getline.c 29 /* Free the original ptr */
30 if (*lineptr != NULL) free(*lineptr);
  /external/elfutils/host-darwin-fixup/
getline.c 29 /* Free the original ptr */
30 if (*lineptr != NULL) free(*lineptr);
  /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/libcap-ng/libcap-ng-0.7/utils/
proc-llist.c 7 * terms of the GNU General Public License as published by the Free
18 * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
76 free(cur->cmd);
77 free(cur->capabilities);
78 free(cur->bounds);
79 free(cur);
  /external/openssh/
sandbox-null.c 63 free(box);
  /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/native/opengl/tools/glgen/stubs/gles11/
glGetProgramInfoLog.cpp 17 free(buf);
glGetShaderInfoLog.cpp 17 free(buf);

Completed in 2945 milliseconds

1 2 3 4 5 6 7 891011>>