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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
p9706.cpp 10 void operator delete(void *p) throw() { --count; free (p); }
  /ndk/tests/device/test-stlport_static-exception/jni/
p9706.cpp 10 void operator delete(void *p) throw() { --count; free (p); }
  /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/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/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);
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/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);
  /prebuilts/gcc/linux-x86/host/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/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);
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/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);
  /external/expat/xmlwf/
readfilemap.c 86 free(p);
92 free(p);
97 free(p);
  /external/libsepol/src/
context_record.c 44 free(con->user);
70 free(con->role);
96 free(con->type);
122 free(con->mls);
199 free(con->user);
200 free(con->role);
201 free(con->type);
202 free(con->mls);
203 free(con);
264 free(tmp)
    [all...]
  /external/linux-tools-perf/util/
levenshtein.c 79 free(row0);
80 free(row1);
81 free(row2);
thread_map.c 36 free(namelist[i]);
37 free(namelist);
63 free(threads);
cgroup.c 104 free(cgrp);
120 free(cgrp);
137 free(cgrp->name);
138 free(cgrp);
167 free(s);
  /external/openssh/openbsd-compat/
bsd-asprintf.c 58 free(string);
63 free(string);
72 free(newstr);
  /external/webkit/Source/JavaScriptCore/wtf/
BlockStack.h 60 free(m_spareBlock);
62 free(m_blocks[i]);
86 free(m_blocks.last());
  /external/webrtc/src/common_audio/resampler/
resampler.cc 72 free(state1_);
76 free(state2_);
80 free(state3_);
84 free(in_buffer_);
88 free(out_buffer_);
120 free(state1_);
125 free(state2_);
130 free(state3_);
135 free(in_buffer_);
140 free(out_buffer_)
    [all...]
  /frameworks/compile/libbcc/tests/data/src/
brackets.c 40 free(ar);
53 free(ar);
54 free(ar2D);
casts.c 24 free((void*) px);
63 free((void*) px);
71 free((void*) px);
  /hardware/invensense/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 54 * @brief Free allocated space
61 free(ptr);
80 free(pm);
160 free((void*) handle);
  /hardware/invensense/mlsdk/platform/linux/
mlos_linux.c 66 * @brief Free allocated space
73 free(ptr);
93 free(pm);
174 free((void*) handle);
  /packages/inputmethods/PinyinIME/jni/share/
sync.cpp 51 free(dictfile_);
60 free(dictfile_);
99 free(dictfile_);
  /external/bison/src/
nullable.c 3 Copyright (C) 1984, 1989, 2000-2006, 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
128 free (squeue);
129 free (rcount);
130 free (rsets);
131 free (relts);
141 free (nullable);
  /external/dropbear/
compat.c 7 * Permission is hereby granted, free of charge, to any person obtaining a copy
220 free(shells);
223 free(strings);
241 free(shells);
244 free(strings);
259 free(strings);

Completed in 2912 milliseconds

1 2 3 4 5 6 7 8 91011>>