Searched defs:heap_allocated (Results 1 – 6 of 6) sorted by relevance
18 scoped_refptr<Foo>* heap_allocated = new scoped_refptr<Foo>(); in GetHeapFoo() local
23 scoped_refptr<Bar>* heap_allocated = new scoped_refptr<Bar>(); in GetHeapFoo() local
89 bool heap_allocated; // True iff caller should delete[] data.data() member
2671 int* heap_allocated = new int[100]; in THREADED_TEST() local2708 int* heap_allocated = new int[100]; in THREADED_TEST() local