libosmocore 1.11.0.4-1b755
Osmocom core library
|
#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 |
#define OTC_GLOBAL (osmo_ctx->global) |
#define OTC_SELECT (osmo_ctx->select) |
int osmo_ctx_init | ( | const char * | id | ) |
References osmo_talloc_contexts::global, osmo_ctx, and osmo_talloc_contexts::select.
Referenced by __attribute__().
|
extern |
Referenced by osmo_ctx_init().