HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 251 - 275 of 2074) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/rendering/
RenderArena.cpp 6 * This library is free software; you can redistribute it and/or
8 * License as published by the Free Software Foundation; either
17 * License along with this library; if not, write to the Free Software
111 void RenderArena::free(size_t size, void* ptr) function in class:WebCore::RenderArena
114 // Use standard free so that memory debugging tools work.
120 ::free(header);
  /frameworks/base/libs/utils/
SharedBuffer.cpp 41 free(const_cast<SharedBuffer*>(released));
106 free(const_cast<SharedBuffer*>(this));
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
RuntimeMemorySpy.java 65 // Has a veto: true == do free,false = don't
66 public boolean free(PlatformAddress address) { method in class:RuntimeMemorySpy
75 // Attempt to free memory we didn't alloc
76 System.err.println("Memory Spy! Fixed attempt to free memory that was not allocated " + address);
113 wrapper.shadow.free();
  /ndk/sources/android/stlport/stlport/stl/
_stdexcept_base.c 70 if (_M_name != _M_static_name) free(_M_name);
91 free(_M_name);
  /system/core/libpixelflinger/tinyutils/
SharedBuffer.cpp 34 free(const_cast<SharedBuffer*>(released));
99 free(const_cast<SharedBuffer*>(this));
  /system/core/libzipfile/
test_zipfile.c 83 free(scratch);
88 free(buf);
  /system/core/nexus/
SupplicantStatus.cpp 41 free(mBssid);
43 free(mSsid);
Supplicant.cpp 61 free(mInterfaceName);
149 free(reply);
155 free (reply);
173 free(reply);
182 free(reply);
240 free(reply);
503 free(tmp);
506 free(tmp);
523 free(tmp);
526 free(tmp)
    [all...]
  /dalvik/vm/
JarFile.c 76 free(buf);
171 free(cachedName);
216 free(cachedName);
342 cachedName = NULL; // don't free it below
349 free(cachedName);
359 * Close a Jar file and free the struct.
368 free(pJarFile->cacheFileName);
369 free(pJarFile);
  /device/samsung/crespo/alsa-lib/src/
output.c 14 * This library is free software; you can redistribute it and/or modify
16 * published by the Free Software Foundation; either version 2.1 of
25 * License along with this library; if not, write to the Free Software
60 free(output);
140 free(stdio);
198 free(stdio);
243 free(buffer->buf);
244 free(buffer);
368 free(buffer);
  /device/samsung/crespo/alsa-lib/src/pcm/scopes/
level.c 5 * This library is free software; you can redistribute it and/or modify
7 * published by the Free Software Foundation; either version 2.1 of
16 * License along with this library; if not, write to the Free Software
55 free(level);
70 free(level->channels);
76 free(level);
194 free(scope);
205 free(scope);
206 free(level);
  /external/bison/src/
state.c 3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
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,
159 | Free S. |
165 free (s->transitions);
166 free (s->reductions);
167 free (s->errs);
168 free (s);
315 | Free the states hash table, not the states.
    [all...]
  /external/qemu/
loadpng.c 57 if(data != 0) free(data);
58 if(rowptrs != 0) free(rowptrs);
118 if(rowptrs != 0) free(rowptrs);
189 if(data != 0) free(data);
190 if(rowptrs != 0) free(rowptrs);
249 if(rowptrs != 0) free(rowptrs);
  /external/stlport/src/
ios.cpp 243 free(_M_callbacks);
256 free(_M_iwords);
269 free(_M_pwords);
299 free(_M_callbacks);
300 free(_M_iwords);
301 free(_M_pwords);
  /external/tcpdump/missing/
getaddrinfo.c 215 /* external reference: pai, error, and label free */ \
219 goto free; \
225 /* external reference: error and label free */ \
228 goto free; \
233 /* external reference: pai, error and label free */ \
236 goto free; \
269 free(ai->ai_canonname);
270 /* no need to free(ai->ai_addr) */
271 free(ai);
420 goto free;
    [all...]
  /frameworks/base/opengl/libagl/
TextureObjectManager.cpp 37 free(surface.data);
99 free(mMipmaps[i].data);
102 free(mMipmaps);
125 free(surface.data);
171 free(surface.data);
204 free(mipmap.data);
307 // free all textures
  /ndk/sources/android/stlport/src/
ios.cpp 243 free(_M_callbacks);
256 free(_M_iwords);
269 free(_M_pwords);
299 free(_M_callbacks);
300 free(_M_iwords);
301 free(_M_pwords);
  /system/extras/procrank/
procrank.c 127 free(pids);
136 free(procs[i]);
154 free(procs[i]);
176 free(procs[i]);
179 free(procs);
240 free(filename);
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.cpp 328 free(utf8String);
395 free(callbackString);
413 free(urlString);
414 free(targetString);
421 free(urlString);
450 free(urlString);
451 free(targetString);
452 free(callbackString);
546 free(propertyString);
575 free(propertyString)
    [all...]
  /external/clearsilver/util/
dict.c 64 dictFreeValueFunc freeValue; /* free value callback */
101 free(my_item);
116 free(my_item->id);
117 free(my_item);
135 free(item->id);
136 free(item);
242 free(entry->first->id);
243 free(entry->first);
244 free(entry);
522 /* find/unlink/free item *
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 79 free(ntlm_auth);
153 This program is free software; you can redistribute it and/or modify
155 the Free Software Foundation; either version 2 of the License, or
164 along with this program; if not, write to the Free Software
206 * Encode a base64 string into a malloc()ed string caller to free.
334 free(b64_username);
340 free(b64_domain);
346 free(b64_full_username);
352 free(b64_plaintext_password);
364 free(challenge_hex)
    [all...]
  /external/wpa_supplicant/wpa_gui/
wpagui.ui.h 81 free(ctrl_iface);
84 free(ctrl_iface_dir);
98 free(ctrl_iface);
102 free(ctrl_iface_dir);
119 free(ctrl_iface);
124 free(ctrl_iface);
130 free(ctrl_iface);
158 free(ctrl_iface);
210 free(cfile);
214 free(cfile)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 81 free(ctrl_iface);
84 free(ctrl_iface_dir);
98 free(ctrl_iface);
102 free(ctrl_iface_dir);
119 free(ctrl_iface);
124 free(ctrl_iface);
130 free(ctrl_iface);
158 free(ctrl_iface);
210 free(cfile);
214 free(cfile)
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 11 * This program is free software; you can redistribute it and/or modify
13 * the Free Software Foundation; either version 2 of the License, or
22 * along with this program; if not, write to the Free Software
455 free(d);
463 free(d);
470 free(d);
496 free(d);
1019 free(d->val.str);
1022 free(d);
1099 free(d)
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cmsgtst.c 84 free(testCasePatterns[i]);
87 free(testResultStrings[i]);
144 free(result);
146 free(str);
175 free(result);
212 free(result);
247 free(result);
354 free(result);
355 free(str);
456 free(result)
    [all...]

Completed in 858 milliseconds

<<11121314151617181920>>