MPD  0.19.18
Functions
poison.h File Reference
#include "check.h"
#include <string.h>

Go to the source code of this file.

Functions

static void poison_noaccess (void *p, size_t length)
 Poisons the specified memory area and marks it as "not accessible". More...
 
static void poison_undefined (void *p, size_t length)
 Poisons the specified memory area and marks it as "not defined". More...
 

Function Documentation

static void poison_noaccess ( void *  p,
size_t  length 
)
inlinestatic

Poisons the specified memory area and marks it as "not accessible".

Parameters
ppointer to the memory area
lengthnumber of bytes to poison

Definition at line 41 of file poison.h.

static void poison_undefined ( void *  p,
size_t  length 
)
inlinestatic

Poisons the specified memory area and marks it as "not defined".

Parameters
ppointer to the memory area
lengthnumber of bytes to poison

Definition at line 62 of file poison.h.