libosmocore  1.5.1
Osmocom core library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
talloc.h File Reference
#include <talloc.h>

Go to the source code of this file.

Data Structures

struct  osmo_talloc_contexts
 per-thread talloc contexts. More...
 

Macros

#define OTC_GLOBAL   (osmo_ctx->global)
 
#define OTC_SELECT   (osmo_ctx->select)
 

Functions

int osmo_ctx_init (const char *id)
 

Variables

__thread struct
osmo_talloc_contexts
osmo_ctx
 

Macro Definition Documentation

#define OTC_GLOBAL   (osmo_ctx->global)
#define OTC_SELECT   (osmo_ctx->select)

Function Documentation

int osmo_ctx_init ( const char *  id)

Variable Documentation

__thread struct osmo_talloc_contexts* osmo_ctx

Referenced by osmo_ctx_init().