Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_HioPacketChannel.cpp29 nw::os::IAllocator* HioPacketChannel::s_DeviceAllocatorForHioWorkMemory = NULL; member in nw::demo::HioPacketChannel
65 s_DeviceAllocatorForHioWorkMemory = deviceAllocator; in Initialize()
66 s_HioWorkMemory = s_DeviceAllocatorForHioWorkMemory->Alloc(nn::hio::CTR::WORKMEMORY_SIZE); in Initialize()
76 s_DeviceAllocatorForHioWorkMemory->Free(s_HioWorkMemory); in Finalize()
/NW4C-2.0.3/include/nw/demo/
Ddemo_HioPacketChannel.h215 static nw::os::IAllocator* s_DeviceAllocatorForHioWorkMemory; variable
269 static nw::os::IAllocator* s_DeviceAllocatorForHioWorkMemory; variable