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.h85 std::vector<unsigned char>* to_destroy);
111 static scoped_refptr<RefCountedString> TakeString(std::string* to_destroy);
/external/jemalloc/src/
Dprof.c1231 prof_tctx_t *to_destroy = in prof_gctx_finish() local
1235 if (to_destroy != NULL) { in prof_gctx_finish()
1237 to_destroy); in prof_gctx_finish()
1239 to_destroy); in prof_gctx_finish()
1240 idalloctm(tsd_tsdn(tsd), to_destroy, in prof_gctx_finish()
1969 prof_tdata_t *to_destroy = tdata_tree_iter(&tdatas, next, in prof_reset() local
1971 if (to_destroy != NULL) { in prof_reset()
1972 next = tdata_tree_next(&tdatas, to_destroy); in prof_reset()
1973 prof_tdata_destroy_locked(tsd, to_destroy, false); in prof_reset()