libosmocore  1.4.0.171-b3b83
Osmocom core library
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)
 

Variables

__thread struct osmo_talloc_contextsosmo_ctx
 

Macro Definition Documentation

◆ OTC_GLOBAL

#define OTC_GLOBAL   (osmo_ctx->global)

Referenced by osmo_fd_register().

◆ OTC_SELECT

#define OTC_SELECT   (osmo_ctx->select)

Variable Documentation

◆ osmo_ctx