Searched refs:mMessagePool (Results 1 – 2 of 2) sorted by relevance
48 MessageToHost *msgToHost = mMessagePool.allocate(); in sendMessageToHostFromCurrentNanoapp()80 MessageFromHost *msgFromHost = mMessagePool.allocate(); in deliverNanoappMessageFromHost()102 mMessagePool.deallocate(msgFromHost); in deliverNanoappMessageFromHost()141 mMessagePool.deallocate(msgToHost); in onMessageToHostComplete()164 mMessagePool.deallocate(msgToHost); in freeMessageToHost()183 hostCommsMgr.mMessagePool.deallocate(msgFromHost); in freeMessageFromHostCallback()
141 SynchronizedMemoryPool<HostMessage, kMaxOutstandingMessages> mMessagePool; variable