HomeSort by relevance Sort by last modified time
    Searched refs:Free (Results 76 - 100 of 136) sorted by null

1 2 34 5 6

  /external/v8/src/
spaces.cc 198 // Sort and merge the free blocks on the free list and the allocation list.
205 // Add adjacent free blocks to the current merged block.
242 // Don't leave a small free block, useless for a large object or chunk.
268 free_list_.Free();
269 allocation_list_.Free();
352 ASSERT(top_ == max_nof_chunks_); // all chunks are free
410 OS::Free(mem, length);
649 // Free the current chunk.
671 // We cannot free a chunk contained in the initial chunk because it was no
    [all...]
platform-openbsd.cc 166 void OS::Free(void* buf, const size_t length) {
spaces-inl.h 421 // not contain slow case logic (eg, move to the next page or try free list
476 void LargeObjectChunk::Free(Executability executable) {
isolate.h 221 void Free() {
654 void FreeThreadResources() { thread_local_top_.Free(); }
    [all...]
platform-cygwin.cc 161 void OS::Free(void* address, const size_t size) {
307 free(lib_name);
platform-freebsd.cc 175 void OS::Free(void* buf, const size_t length) {
343 free(symbols);
platform-macos.cc 164 void OS::Free(void* address, const size_t size) {
347 free(symbols);
platform-solaris.cc 182 void OS::Free(void* address, const size_t size) {
deoptimizer.cc 52 eager_deoptimization_entry_code_->Free(EXECUTABLE);
56 lazy_deoptimization_entry_code_->Free(EXECUTABLE);
    [all...]
  /external/chromium/chrome/browser/
keychain_mock_mac.cc 66 free(keychain_attr_list_[i].attr[j].data);
69 free(keychain_attr_list_[i].attr);
71 free(keychain_data_[i].data);
74 free(keychain_attr_list_);
75 free(keychain_data_);
102 free(attribute->data);
157 free(keychain_data_[item].data);
387 void MockKeychain::Free(CFTypeRef ref) const {
  /external/icu4c/
runConfigureICU 38 FreeBSD Use the GNU gcc/g++ compilers on Free BSD
  /external/clang/www/demo/
index.cgi 99 $input =~ s@\b(add|sub|mul|div|rem|and|or|xor|setne|seteq|setlt|setgt|setle|setge|phi|tail|call|cast|to|shl|shr|vaarg|vanext|ret|br|switch|invoke|unwind|malloc|alloca|free|load|store|getelementptr|begin|end|true|false|declare|global|constant|const|internal|uninitialized|external|implementation|linkonce|weak|appending|null|to|except|not|target|endian|pointersize|big|little|volatile)\b@<span class="llvm_keyword">$1</span>@g;
245 if ( `llvm-gcc --version 2>&1` !~ /Free Software Foundation/ );
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm 8 # This library is free software; you can redistribute it and/or
10 # License as published by the Free Software Foundation; either
20 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
60 This library is free software; you can redistribute it and/or
62 License as published by the Free Software Foundation; either
72 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    [all...]
  /external/libpng/
CHANGES 203 fixed memory leak in pngwrite.c (free info_ptr->text) (Glenn R-P)
226 free info_ptr->text instead of end_info_ptr->text in pngread.c (John Bowler)
513 Revised pngset.c so that it does not allocate or free memory in the user's
516 Added code in pngwrite.c to free info_ptr->text[i].key to stop a memory leak.
    [all...]
  /external/skia/src/core/
SkGlyphCache.cpp 91 SkDescriptor::Free(fDesc);
  /external/bison/djgpp/
config.bat 7 Rem Copyright (C) 2005, 2006 Free Software Foundation, Inc.
9 Rem This program is free software; you can redistribute it and/or modify
11 Rem the Free Software Foundation; either version 2, or (at your option)
20 Rem along with this program; if not, write to the Free Software Foundation,
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 3 rem 2006 Free Software Foundation, Inc.
6 rem GNU Make is free software; you can redistribute it and/or modify it under the
7 rem terms of the GNU General Public License as published by the Free Software
15 rem GNU Make; see the file COPYING. If not, write to the Free Software
  /external/blktrace/doc/
blktrace.tex 6 % This program is free software; you can redistribute it and/or modify
8 % the Free Software Foundation; either version 2 of the License, or
17 % along with this program; if not, write to the Free Software
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 167 iter->second.Free();
    [all...]
extension_set.h 450 void Free();
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c     [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 4 % This program is free software; you can redistribute it and/or modify
6 % the Free Software Foundation; either version 2 of the License, or
15 % along with this program; if not, write to the Free Software
  /external/chromium/base/
tracked_objects.cc 525 tls_index_.Free();
    [all...]
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 1 ; libFLAC - Free Lossless Audio Codec library
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 1 # libFLAC - Free Lossless Audio Codec library

Completed in 1176 milliseconds

1 2 34 5 6