LeviLamina
Loading...
Searching...
No Matches
http_memory.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
xbox::httpclient {
6
7
class
http_memory
{
8
public
:
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
xbox::httpclient::http_memory
Definition
http_memory.h:7
xbox::httpclient::http_memory::mem_alloc
static MCAPI void * mem_alloc(uint64 size)
xbox::httpclient::http_memory::mem_free
static MCAPI void mem_free(void *pAddress)
src
mc
external
lib_http_client
http_memory.h
Generated on Wed Aug 27 2025 11:39:49 for LeviLamina by
1.12.0