Searched refs:Free (Results 151 - 175 of 269) sorted by relevance

1234567891011

/external/ceres-solver/include/ceres/internal/
H A Dscoped_ptr.h47 template <class C, class Free> class scoped_ptr_malloc;
144 // Free functions
272 // Free functions
/external/ceres-solver/internal/ceres/
H A Dcompressed_col_sparse_matrix_utils_test.cc193 ss.Free(ccsm.release());
H A Dcompressed_row_sparse_matrix_test.cc565 cxsparse.Free(cs_matrix);
566 cxsparse.Free(expected_outer_product);
/external/chromium_org/cc/layers/
H A Dtexture_layer_impl.cc102 texture_copy_->Free();
/external/chromium_org/gpu/command_buffer/client/
H A Dfenced_allocator.cc47 // Free blocks pending tokens.
95 void FencedAllocator::Free(FencedAllocator::Offset offset) { function in class:gpu::FencedAllocator
208 // Free any potential blocks that has its lifetime handled outside.
H A Dquery_tracker_unittest.cc67 sync_manager_->Free(infos[ii]);
/external/chromium_org/mojo/public/cpp/utility/lib/
H A Drun_loop.cc59 current_run_loop.Free();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrFontScaler.cpp30 SkDescriptor::Free(fDesc);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dbenchmark.cc283 _encodedVideoBuffer.Free();
/external/chromium_org/v8/src/
H A Dapi.h556 void Free() { function in class:v8::internal::HandleScopeImplementer
560 blocks_.Free();
561 entered_contexts_.Free();
562 saved_contexts_.Free();
H A Dlist.h43 void Free() { function in class:v8::internal::List
/external/chromium_org/v8/src/base/platform/
H A Dplatform.h205 // Allocate/Free memory used by JS heap. Pages are readable/writable, but
211 static void Free(void* address, const size_t size);
/external/lzma/C/
H A DXz.h153 void (*Free)(void *p, ISzAlloc *alloc); member in struct:_IStateCoder
/external/skia/src/gpu/
H A DSkGrFontScaler.cpp48 SkDescriptor::Free(fDesc);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc318 static void Free(void* p) { function in class:HeapLeakChecker::Allocator
321 LowLevelAlloc::Free(p);
323 static void Free(void* p, size_t /* n */) { function in class:HeapLeakChecker::Allocator
324 Free(p);
329 Free(*p);
600 RAW_VLOG(16, "Recording Free %p", ptr);
604 RAW_VLOG(17, "Free Recorded: %p", ptr);
1345 // Free these: we made them here and heap_profile never saw them
1857 Allocator::Free(pprof_file);
2212 HeapProfileTable(&Allocator::Allocate, &Allocator::Free,
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc318 static void Free(void* p) { function in class:HeapLeakChecker::Allocator
321 LowLevelAlloc::Free(p);
323 static void Free(void* p, size_t /* n */) { function in class:HeapLeakChecker::Allocator
324 Free(p);
329 Free(*p);
600 RAW_VLOG(16, "Recording Free %p", ptr);
604 RAW_VLOG(17, "Free Recorded: %p", ptr);
1345 // Free these: we made them here and heap_profile never saw them
1857 Allocator::Free(pprof_file);
2212 HeapProfileTable(&Allocator::Allocate, &Allocator::Free);
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg882 static void <name>Free(p<name> ctx);
894 <name>Free (p<name> ctx)
904 // Free the lexers that we delegated to
1018 ctx->free = <name>Free;
1211 static void <name>Free(p<name> ctx);
1310 ctx->free = <name>Free;
1365 /** Free the parser resources
1368 <name>Free(p<name> ctx)
1370 /* Free any scope memory
1378 // Free th
[all...]
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl11 # the Free Software Foundation; either version 2 of the License, or
438 if ($licensetext =~ /version ([^, ]+?)[.,]? (?:\(?only\)?.? )?(?:of the GNU (Affero )?General Public License )?(as )?published by the Free Software Foundation/i or
439 $licensetext =~ /GNU (?:Affero )?General Public License (?:as )?published by the Free Software Foundation; version ([^, ]+?)[.,]? /i or
446 if ($licensetext =~ /version ([^, ]+?)[.,]? (?:or later|or any later version) (?:of the GNU (?:Lesser |Library )General Public License )(as )?published by the Free Software Foundation/i or
447 $licensetext =~ /(?:GNU (?:Lesser |Library )|(?:Lesser|Library) GNU )General Public License (?:(?:as )?published by the Free Software Foundation;)?,? (?:either )?[Vv]ersion ([^, ]+?)(?: of the license)?[.,]? (?:or later|or (?:\(at your option\) )?any later version)/i or
576 if ($licensetext =~ /under the SGI Free Software (B License|License B)/) {
577 $license = "SGI Free Software License B $license";
H A Dlicensecheck.pl.vanilla11 # the Free Software Foundation; either version 2 of the License, or
410 if ($licensetext =~ /version ([^, ]+?)[.,]? (?:\(?only\)?.? )?(?:of the GNU (Affero )?(Lesser |Library )?General Public License )?(as )?published by the Free Software Foundation/i or
411 $licensetext =~ /GNU (?:Affero )?(?:Lesser |Library )?General Public License (?:as )?published by the Free Software Foundation; version ([^, ]+?)[.,]? /i) {
519 if ($licensetext =~ /under the SGI Free Software License B/) {
520 $license = "SGI Free Software License B $license";
/external/lldb/source/Expression/
H A DMaterializer.cpp139 map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong(), deallocate_error);
598 map.Free(m_temporary_allocation, free_error);
689 map.Free(m_temporary_allocation, free_error);
867 map.Free(m_temporary_allocation, free_error);
958 map.Free(m_temporary_allocation, free_error);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas361 SB.Free;
401 SB.Free;
427 SB.Free;
/external/bison/data/
H A Dglr.c5 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
9 # the Free Software Foundation, either version 3 of the License, or
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.h103 x87_stack_.Free(reg);
406 void Free(X87Register reg);
/external/iputils/doc/
H A Ddocbook2man-spec.pl45 under the terms of the GNU General Public License as published by the Free
50 this program; see the file COPYING. If not, please write to the Free
/external/libpcap/msdos/
H A Dndis_0.asm109 push bx ;; Free the stack. Push the pointer to it

Completed in 3464 milliseconds

1234567891011