Searched refs:allocator (Results 1 – 2 of 2) sorted by relevance
100 CecTestAllocator allocator; variable256 cecMessBody = reinterpret_cast<u8*>(allocator.Allocate(dataSize)); in CecTest_CreateMessage()295 allocator.Free(cecMessBody); in CecTest_CreateMessage()387 buf = reinterpret_cast<u8*>(allocator.Allocate(messSize)); in CecTest_ShowInboxMessage()398 allocator.Free(buf); in CecTest_ShowInboxMessage()436 messBodyBuf = reinterpret_cast<u8*>(allocator.Allocate(messBodySize));// Allocate buffer in CecTest_ShowInboxMessage()445 allocator.Free(messBodyBuf); in CecTest_ShowInboxMessage()446 allocator.Free(buf); in CecTest_ShowInboxMessage()519 allocator.InitExpHeap(); in nnMain()523 result = nn::cec::Initialize(allocator); in nnMain()
158 CecTestAllocator allocator; variable181 buf = reinterpret_cast<u8*>(allocator.Allocate(messSize)); in SaveSendMessage()189 allocator.Free(buf); in SaveSendMessage()211 allocator.Free(buf); in SaveSendMessage()610 buf = reinterpret_cast<u8*>(allocator.Allocate(messSize)); in GetRecvMessage()618 allocator.Free(buf); in GetRecvMessage()651 allocator.Free(buf); in GetRecvMessage()859 allocator.InitExpHeap(); in nnMain()863 result = nn::cec::Initialize(allocator); in nnMain()