Home
last modified time | relevance | path

Searched refs:getCurrentMemoryUsage (Results 1 – 3 of 3) sorted by relevance

/external/opencore/protocols/http_parcom/src/
Dstring_keyvalue_store.h232 uint32 getCurrentMemoryUsage();
Dstring_keyvalue_store.cpp24 uint32 StringKeyValueStore::getCurrentMemoryUsage() in getCurrentMemoryUsage() function in StringKeyValueStore
Dhttp_parser.cpp843 uint32 miniSize = iKeyValueStore->getCurrentMemoryUsage() + aCurrKeyValueSize; in reallocKeyValueStore()