|
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef included_palloc_h
17 #define included_palloc_h
21 #define PMALLOC_LOG2_BLOCK_SZ CLIB_LOG2_CACHE_LINE_BYTES
22 #define PMALLOC_BLOCK_SZ (1 << 6)
24 #define CLIB_PMALLOC_NUMA_LOCAL 0xffffffff
49 #define CLIB_PMALLOC_ARENA_F_SHARED_MEM (1 << 0)
64 #define CLIB_PMALLOC_F_NO_PAGEMAP (1 << 0)
format_function_t format_pmalloc_map
static uword pointer_to_uword(const void *p)
format_function_t format_pmalloc
static uword clib_pmalloc_get_pa(clib_pmalloc_main_t *pm, void *va)
static u32 clib_pmalloc_get_page_index(clib_pmalloc_main_t *pm, void *va)
clib_pmalloc_chunk_t * chunks
clib_pmalloc_arena_t * arenas
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
STATIC_ASSERT_SIZEOF(clib_pmalloc_chunk_t, 16)
void clib_pmalloc_free(clib_pmalloc_main_t *pm, void *va)
u32 * default_arena_for_numa_node
void * clib_pmalloc_create_shared_arena(clib_pmalloc_main_t *pm, char *name, uword size, u32 log2_page_sz, u32 numa_node)
Fixed length block allocator. Pools are built from clib vectors and bitmaps. Use pools when repeatedl...
clib_pmalloc_page_t * pages
int clib_pmalloc_init(clib_pmalloc_main_t *pm, uword base_addr, uword size)
static clib_error_t * clib_pmalloc_last_error(clib_pmalloc_main_t *pm)
void * clib_pmalloc_alloc_aligned_on_numa(clib_pmalloc_main_t *pm, uword size, uword align, u32 numa_node)
clib_mem_page_sz_t def_log2_page_sz
uword * chunk_index_by_va
void * clib_pmalloc_alloc_from_arena(clib_pmalloc_main_t *pm, void *arena_va, uword size, uword align)
static clib_pmalloc_arena_t * clib_pmalloc_get_arena(clib_pmalloc_main_t *pm, void *va)
void * clib_pmalloc_alloc_aligned(clib_pmalloc_main_t *pm, uword size, uword align)