Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_HioPacketChannel.cpp27 nw::os::IAllocator* HioPacketChannel::s_DeviceAllocatorForHioWorkMemory = NULL; member in nw::demo::HioPacketChannel
63 s_DeviceAllocatorForHioWorkMemory = deviceAllocator; in Initialize()
64 s_HioWorkMemory = s_DeviceAllocatorForHioWorkMemory->Alloc(nn::hio::CTR::WORKMEMORY_SIZE); in Initialize()
74 s_DeviceAllocatorForHioWorkMemory->Free(s_HioWorkMemory); in Finalize()
/NW4C-1.2.23/include/nw/demo/
Ddemo_HioPacketChannel.h213 static nw::os::IAllocator* s_DeviceAllocatorForHioWorkMemory; variable
267 static nw::os::IAllocator* s_DeviceAllocatorForHioWorkMemory; variable