Home
last modified time | relevance | path

Searched refs:GetTotalAllocatedSize (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dpickle.cc339 void* p = realloc(header_, GetTotalAllocatedSize()); in Resize()
351 size_t Pickle::GetTotalAllocatedSize() const { in GetTotalAllocatedSize() function in base::Pickle
Dpickle.h182 size_t GetTotalAllocatedSize() const;