PIVX Core  5.6.99
P2P Digital Currency
Macros | Functions
glibc_compat.cpp File Reference
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <pthread.h>
#include <stdlib.h>
Include dependency graph for glibc_compat.cpp:

Go to the source code of this file.

Macros

#define strong_alias   (__explicit_bzero_chk, __explicit_bzero_chk_internal)
 

Functions

void * memmove (void *a, const void *b, size_t c)
 
void * memcpy (void *a, const void *b, size_t c)
 
void __chk_fail (void) __attribute__((__noreturn__))
 
float log2f_old (float x)
 
float __wrap_log2f (float x)
 
void explicit_bzero (void *s, size_t len)
 
void __explicit_bzero_chk (void *dst, size_t len, size_t dstlen)
 

Macro Definition Documentation

◆ strong_alias

#define strong_alias   (__explicit_bzero_chk, __explicit_bzero_chk_internal)

Definition at line 97 of file glibc_compat.cpp.

Function Documentation

◆ __chk_fail()

void __chk_fail ( void  )
Here is the caller graph for this function:

◆ __explicit_bzero_chk()

void __explicit_bzero_chk ( void *  dst,
size_t  len,
size_t  dstlen 
)

Definition at line 84 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ __wrap_log2f()

float __wrap_log2f ( float  x)

Definition at line 66 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ explicit_bzero()

void explicit_bzero ( void *  s,
size_t  len 
)

Definition at line 76 of file glibc_compat.cpp.

◆ log2f_old()

float log2f_old ( float  x)
Here is the caller graph for this function:

◆ memcpy()

void* memcpy ( void *  a,
const void *  b,
size_t  c 
)

Definition at line 18 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ memmove()

void* memmove ( void *  a,
const void *  b,
size_t  c 
)
Here is the caller graph for this function: