Bitcoin ABC  0.26.3
P2P Digital Currency
Functions
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()

static 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()

static 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()

static 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()

static 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()

static 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()

static 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: