Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Difpga_compat.h30 #define malloc(size) opae_malloc(size) macro
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst823 .. _malloc: target
/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.h218 void *(*malloc)(uint32_t flags, size_t size, unsigned int align, member