Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bbmalloc.hpp
Go to the documentation of this file.
1
#pragma once
2
#include "
./wasm_export.hpp
"
3
#include <cstddef>
4
5
WASM_EXPORT
void
*
bbmalloc
(
size_t
size);
6
7
WASM_EXPORT
void
bbfree
(
void
* ptr);
bbfree
WASM_EXPORT void bbfree(void *ptr)
Definition
bbmalloc.cpp:9
bbmalloc
WASM_EXPORT void * bbmalloc(size_t size)
Definition
bbmalloc.cpp:4
wasm_export.hpp
WASM_EXPORT
#define WASM_EXPORT
Definition
wasm_export.hpp:8
src
barretenberg
common
bbmalloc.hpp
Generated by
1.9.8