Searched refs:mallocLargeObject (Results 1 – 4 of 4) sorted by relevance
1069 … scen.saveLmb(defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize)); in LOCModelTester()1145 defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize) ); in operator ()()1181 … lmbArray[i] = defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize); in operator ()()1534 … loArray[localIdx] = defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize); in populateCache()1537 … loArray[localIdx] = defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize); in populateCache()
621 LargeMemoryBlock *mallocLargeObject(MemoryPool *pool, size_t allocationSize);
980 LargeMemoryBlock *ExtMemoryPool::mallocLargeObject(MemoryPool *pool, size_t allocationSize) in mallocLargeObject() function in rml::internal::ExtMemoryPool
2296 lmb = extMemPool.mallocLargeObject(this, allocationSize); in getFromLLOCache()