Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
scratch_impl.h File Reference
#include "util.h"
#include "scratch.h"
Include dependency graph for scratch_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static secp256k1_scratchsecp256k1_scratch_create (const secp256k1_callback *error_callback, size_t size)
static void secp256k1_scratch_destroy (const secp256k1_callback *error_callback, secp256k1_scratch *scratch)
static size_t secp256k1_scratch_checkpoint (const secp256k1_callback *error_callback, const secp256k1_scratch *scratch)
static void secp256k1_scratch_apply_checkpoint (const secp256k1_callback *error_callback, secp256k1_scratch *scratch, size_t checkpoint)
static size_t secp256k1_scratch_max_allocation (const secp256k1_callback *error_callback, const secp256k1_scratch *scratch, size_t objects)
static void * secp256k1_scratch_alloc (const secp256k1_callback *error_callback, secp256k1_scratch *scratch, size_t size)

Function Documentation

◆ secp256k1_scratch_alloc()

void * secp256k1_scratch_alloc ( const secp256k1_callback * error_callback,
secp256k1_scratch * scratch,
size_t size )
static

Definition at line 73 of file scratch_impl.h.

Here is the call graph for this function:

◆ secp256k1_scratch_apply_checkpoint()

void secp256k1_scratch_apply_checkpoint ( const secp256k1_callback * error_callback,
secp256k1_scratch * scratch,
size_t checkpoint )
static

Definition at line 46 of file scratch_impl.h.

Here is the call graph for this function:

◆ secp256k1_scratch_checkpoint()

size_t secp256k1_scratch_checkpoint ( const secp256k1_callback * error_callback,
const secp256k1_scratch * scratch )
static

Definition at line 38 of file scratch_impl.h.

Here is the call graph for this function:

◆ secp256k1_scratch_create()

secp256k1_scratch * secp256k1_scratch_create ( const secp256k1_callback * error_callback,
size_t size )
static

Definition at line 13 of file scratch_impl.h.

Here is the call graph for this function:

◆ secp256k1_scratch_destroy()

void secp256k1_scratch_destroy ( const secp256k1_callback * error_callback,
secp256k1_scratch * scratch )
static

Definition at line 26 of file scratch_impl.h.

Here is the call graph for this function:

◆ secp256k1_scratch_max_allocation()

size_t secp256k1_scratch_max_allocation ( const secp256k1_callback * error_callback,
const secp256k1_scratch * scratch,
size_t objects )
static

Definition at line 58 of file scratch_impl.h.

Here is the call graph for this function: