LeviLamina
Loading...
Searching...
No Matches
http_memory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace xbox::httpclient {
6
8public:
9 // static functions
10 // NOLINTBEGIN
11 MCNAPI static void* mem_alloc(uint64 size);
12
13 MCNAPI static void mem_free(void* pAddress);
14 // NOLINTEND
15};
16
17} // namespace xbox::httpclient
Definition http_memory.h:7
static MCAPI void * mem_alloc(uint64 size)
static MCAPI void mem_free(void *pAddress)