Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Public Attributes | List of all members
secp256k1_scratch_space_struct Struct Reference

#include <scratch.h>

Public Attributes

unsigned char magic [8]
 guard against interpreting this object as other types
 
voiddata
 actual allocated data
 
size_t alloc_size
 amount that has been allocated (i.e.
 
size_t max_size
 maximum size available to allocate
 

Detailed Description

Definition at line 12 of file scratch.h.

Member Data Documentation

◆ alloc_size

size_t secp256k1_scratch_space_struct::alloc_size

amount that has been allocated (i.e.

data + offset is the next available pointer)

Definition at line 19 of file scratch.h.

◆ data

void* secp256k1_scratch_space_struct::data

actual allocated data

Definition at line 16 of file scratch.h.

◆ magic

unsigned char secp256k1_scratch_space_struct::magic[8]

guard against interpreting this object as other types

Definition at line 14 of file scratch.h.

◆ max_size

size_t secp256k1_scratch_space_struct::max_size

maximum size available to allocate

Definition at line 21 of file scratch.h.


The documentation for this struct was generated from the following file: