Home
last modified time | relevance | path

Searched defs:heap_allocated (Results 1 – 5 of 5) sorted by relevance

/external/v8/tools/clang/rewrite_scoped_refptr/tests/
Dtest7-expected.cc18 scoped_refptr<Foo>* heap_allocated = new scoped_refptr<Foo>(); in GetHeapFoo() local
Dtest7-original.cc18 scoped_refptr<Foo>* heap_allocated = new scoped_refptr<Foo>(); in GetHeapFoo() local
Dtest8-expected.cc23 scoped_refptr<Bar>* heap_allocated = new scoped_refptr<Bar>(); in GetHeapFoo() local
Dtest8-original.cc23 scoped_refptr<Bar>* heap_allocated = new scoped_refptr<Bar>(); in GetHeapFoo() local
/external/tensorflow/tensorflow/core/lib/io/
Dformat.h94 bool heap_allocated; // True iff caller should delete[] data.data() member