OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTotalAllocatedSize
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/
pickle.h
163
size_t
GetTotalAllocatedSize
() const;
pickle.cc
328
void* p = realloc(header_,
GetTotalAllocatedSize
());
340
size_t Pickle::
GetTotalAllocatedSize
() const {
/external/libchrome/base/trace_event/
trace_event_argument.cc
467
bits::Align(pickle_.
GetTotalAllocatedSize
(), kPickleHeapAlign),
Completed in 169 milliseconds