Home
last modified time | relevance | path

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

/external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
Dtest7-original.cc18 scoped_refptr<Foo>* heap_allocated = new scoped_refptr<Foo>(); in GetHeapFoo() local
Dtest7-expected.cc18 scoped_refptr<Foo>* heap_allocated = new scoped_refptr<Foo>(); in GetHeapFoo() local
Dtest8-original.cc23 scoped_refptr<Bar>* heap_allocated = new scoped_refptr<Bar>(); in GetHeapFoo() local
Dtest8-expected.cc23 scoped_refptr<Bar>* heap_allocated = new scoped_refptr<Bar>(); in GetHeapFoo() local
/external/chromium_org/third_party/leveldatabase/src/table/
Dformat.h89 bool heap_allocated; // True iff caller should delete[] data.data() member
/external/chromium_org/v8/test/cctest/
Dtest-api.cc2671 int* heap_allocated = new int[100]; in THREADED_TEST() local
2708 int* heap_allocated = new int[100]; in THREADED_TEST() local