The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
Loading...
Searching...
No Matches
Functions
alloc.c File Reference
#include "config.h"
#include <errno.h>
#include <stdlib.h>
#include <sys/types.h>
#include "backtrace.h"
#include "internal.h"
+ Include dependency graph for alloc.c:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * backtrace_alloc (struct backtrace_state *state ATTRIBUTE_UNUSED, size_t size, backtrace_error_callback error_callback, void *data)
 
void backtrace_free (struct backtrace_state *state ATTRIBUTE_UNUSED, void *p, size_t size ATTRIBUTE_UNUSED, backtrace_error_callback error_callback ATTRIBUTE_UNUSED, void *data ATTRIBUTE_UNUSED)
 
void * backtrace_vector_finish (struct backtrace_state *state, struct backtrace_vector *vec, backtrace_error_callback error_callback, void *data)
 
void * backtrace_vector_grow (struct backtrace_state *state ATTRIBUTE_UNUSED, size_t size, backtrace_error_callback error_callback, void *data, struct backtrace_vector *vec)
 
int backtrace_vector_release (struct backtrace_state *state ATTRIBUTE_UNUSED, struct backtrace_vector *vec, backtrace_error_callback error_callback, void *data)
 

Function Documentation

◆ backtrace_alloc()

void * backtrace_alloc ( struct backtrace_state *state  ATTRIBUTE_UNUSED,
size_t  size,
backtrace_error_callback  error_callback,
void *  data 
)

Definition at line 51 of file alloc.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ backtrace_free()

void backtrace_free ( struct backtrace_state *state  ATTRIBUTE_UNUSED,
void *  p,
size_t size  ATTRIBUTE_UNUSED,
backtrace_error_callback error_callback  ATTRIBUTE_UNUSED,
void *data  ATTRIBUTE_UNUSED 
)

Definition at line 69 of file alloc.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ backtrace_vector_finish()

void * backtrace_vector_finish ( struct backtrace_state state,
struct backtrace_vector vec,
backtrace_error_callback  error_callback,
void *  data 
)

Definition at line 121 of file alloc.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ backtrace_vector_grow()

void * backtrace_vector_grow ( struct backtrace_state *state  ATTRIBUTE_UNUSED,
size_t  size,
backtrace_error_callback  error_callback,
void *  data,
struct backtrace_vector vec 
)

Definition at line 80 of file alloc.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ backtrace_vector_release()

int backtrace_vector_release ( struct backtrace_state *state  ATTRIBUTE_UNUSED,
struct backtrace_vector vec,
backtrace_error_callback  error_callback,
void *  data 
)

Definition at line 143 of file alloc.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: