libosmocore 1.11.0.26-c59d.202505092026
Osmocom core library
Loading...
Searching...
No Matches
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_contextsosmo_ctx
 

Macro Definition Documentation

◆ OTC_GLOBAL

#define OTC_GLOBAL   (osmo_ctx->global)

◆ OTC_SELECT

#define OTC_SELECT   (osmo_ctx->select)

Function Documentation

◆ osmo_ctx_init()

int osmo_ctx_init ( const char id)

Variable Documentation

◆ osmo_ctx

Referenced by osmo_ctx_init().