Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dref_counted_memory.cc47 std::vector<unsigned char>* to_destroy) { in TakeVector() argument
49 bytes->data_.swap(*to_destroy); in TakeVector()
71 std::string* to_destroy) { in TakeString() argument
73 to_destroy->swap(self->data_); in TakeString()
Dref_counted_memory.h93 std::vector<unsigned char>* to_destroy);
127 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()
/external/jemalloc_new/src/
Dprof.c1237 prof_tctx_t *to_destroy = in prof_gctx_finish() local
1241 if (to_destroy != NULL) { in prof_gctx_finish()
1243 to_destroy); in prof_gctx_finish()
1245 to_destroy); in prof_gctx_finish()
1246 idalloctm(tsd_tsdn(tsd), to_destroy, in prof_gctx_finish()
2073 prof_tdata_t *to_destroy = tdata_tree_iter(&tdatas, next, in prof_reset() local
2075 if (to_destroy != NULL) { in prof_reset()
2076 next = tdata_tree_next(&tdatas, to_destroy); in prof_reset()
2077 prof_tdata_destroy_locked(tsd, to_destroy, false); in prof_reset()