OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_destroy
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/memory/
ref_counted_memory.cc
42
std::vector<unsigned char>*
to_destroy
) {
44
bytes->data_.swap(*
to_destroy
);
66
std::string*
to_destroy
) {
68
to_destroy
->swap(self->data_);
ref_counted_memory.h
85
std::vector<unsigned char>*
to_destroy
);
111
static scoped_refptr<RefCountedString> TakeString(std::string*
to_destroy
);
/external/jemalloc/src/
prof.c
1231
prof_tctx_t *
to_destroy
=
local
1235
if (
to_destroy
!= NULL) {
1237
to_destroy
);
1239
to_destroy
);
1240
idalloctm(tsd_tsdn(tsd),
to_destroy
,
local
1969
prof_tdata_t *
to_destroy
= tdata_tree_iter(&tdatas, next,
local
[
all
...]
Completed in 491 milliseconds