Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Doscl_variablesize_mem_pool.h54 class OsclMemPoolVariableChunkAllocator : public Oscl_DefAlloc
65 OsclMemPoolVariableChunkAllocator(const uint32 maxPoolSize) : in OsclMemPoolVariableChunkAllocator() function
73 virtual ~OsclMemPoolVariableChunkAllocator() in ~OsclMemPoolVariableChunkAllocator()
Dstring_keyvalue_store.h176 class OsclMemPoolVariableChunkAllocator; variable
296 OsclMemPoolVariableChunkAllocator* iVariableSizeMemPool;
Dstring_keyvalue_store.cpp345 OSCL_TRY(err, iVariableSizeMemPool = new OsclMemPoolVariableChunkAllocator(aStoreSize);); in construct()