Home
last modified time | relevance | path

Searched refs:to_destroy (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/memory/
Dref_counted_memory.cc42 std::vector<unsigned char>* to_destroy) { in TakeVector() argument
44 bytes->data_.swap(*to_destroy); in TakeVector()
66 std::string* to_destroy) { in TakeString() argument
68 to_destroy->swap(self->data_); in TakeString()
Dref_counted_memory.h84 static RefCountedBytes* TakeVector(std::vector<unsigned char>* to_destroy);
110 static scoped_refptr<RefCountedString> TakeString(std::string* to_destroy);
/external/jemalloc/src/
Dprof.c1206 prof_tctx_t *to_destroy = in prof_gctx_finish() local
1209 if (to_destroy != NULL) { in prof_gctx_finish()
1211 to_destroy); in prof_gctx_finish()
1213 to_destroy); in prof_gctx_finish()
1214 idalloctm(tsd, to_destroy, in prof_gctx_finish()
1891 prof_tdata_t *to_destroy = tdata_tree_iter(&tdatas, next, in prof_reset() local
1893 if (to_destroy != NULL) { in prof_reset()
1894 next = tdata_tree_next(&tdatas, to_destroy); in prof_reset()
1895 prof_tdata_destroy_locked(tsd, to_destroy, false); in prof_reset()