Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/memory/unix/
H A Dapr_pools.c558 typedef struct debug_node_t debug_node_t; typedef
560 struct debug_node_t { struct
561 debug_node_t *next; argument
567 #define SIZEOF_DEBUG_NODE_T APR_ALIGN_DEFAULT(sizeof(debug_node_t)) argument