Faasm
latest
Topics
HTTP API
C++ support
Writing functions
Debugging
Faasm Development
Getting started
Host interface
Kubernetes integration
Troubleshooting
K8s Cluster set-up
LLVM use in Faasm
MPI support
Network isolation
Profiling
Proto-faaslets
Python
Releases
Building containers locally
Github config
SGX support
Shared files
State
Threading
Code
Namespace list
Class list
Faasm
»
File enclave/inside/memory.cpp
Edit on GitHub
File enclave/inside/memory.cpp
namespace
sgx
Functions
uint32_t
getFaasmMemoryApi
(
NativeSymbol
*
*
nativeSymbols
)
static
int32_t
__sbrk_wrapper
(
wasm_exec_env_t
execEnv
,
int32_t
increment
)
Variables
static
NativeSymbol
ns
[
]
=
{
REG_NATIVE_FUNC
(
__sbrk
,
"(i)i"
)
,
}