Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <scratch.h>
Collaboration diagram for secp256k1_scratch_space_struct:Public Attributes | |
| void * | data [SECP256K1_SCRATCH_MAX_FRAMES] |
| size_t | offset [SECP256K1_SCRATCH_MAX_FRAMES] |
| size_t | frame_size [SECP256K1_SCRATCH_MAX_FRAMES] |
| size_t | frame |
| size_t | max_size |
| const secp256k1_callback * | error_callback |
Detailed Description
Member Data Documentation
◆ data
| void* secp256k1_scratch_space_struct::data[SECP256K1_SCRATCH_MAX_FRAMES] |
Definition at line 15 of file scratch.h.
Referenced by secp256k1_scratch_alloc(), secp256k1_scratch_allocate_frame(), and secp256k1_scratch_deallocate_frame().
◆ error_callback
| const secp256k1_callback* secp256k1_scratch_space_struct::error_callback |
Definition at line 20 of file scratch.h.
Referenced by secp256k1_scratch_allocate_frame(), and secp256k1_scratch_create().
◆ frame
| size_t secp256k1_scratch_space_struct::frame |
Definition at line 18 of file scratch.h.
Referenced by secp256k1_scratch_alloc(), secp256k1_scratch_allocate_frame(), secp256k1_scratch_deallocate_frame(), secp256k1_scratch_destroy(), and secp256k1_scratch_max_allocation().
◆ frame_size
| size_t secp256k1_scratch_space_struct::frame_size[SECP256K1_SCRATCH_MAX_FRAMES] |
Definition at line 17 of file scratch.h.
Referenced by secp256k1_scratch_alloc(), secp256k1_scratch_allocate_frame(), and secp256k1_scratch_max_allocation().
◆ max_size
| size_t secp256k1_scratch_space_struct::max_size |
Definition at line 19 of file scratch.h.
Referenced by secp256k1_scratch_create(), and secp256k1_scratch_max_allocation().
◆ offset
| size_t secp256k1_scratch_space_struct::offset[SECP256K1_SCRATCH_MAX_FRAMES] |
Definition at line 16 of file scratch.h.
Referenced by secp256k1_scratch_alloc(), and secp256k1_scratch_allocate_frame().
The documentation for this struct was generated from the following file:
- src/secp256k1/src/scratch.h

