Searched refs:UCL_ALLOC (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_hash.c32 new = UCL_ALLOC (sizeof (ucl_hash_t));
58 node = UCL_ALLOC (sizeof (ucl_hash_node_t));
H A Ducl_parser.c433 *dst = UCL_ALLOC (out_len + 1);
479 *dst = UCL_ALLOC (in_len + 1);
546 st = UCL_ALLOC (sizeof (struct ucl_stack));
1789 new = UCL_ALLOC (sizeof (struct ucl_parser));
1811 new = UCL_ALLOC (sizeof (struct ucl_macro));
1853 new = UCL_ALLOC (sizeof (struct ucl_variable));
1877 chunk = UCL_ALLOC (sizeof (struct ucl_chunk));
H A Ducl_util.c362 nkey = UCL_ALLOC (sizeof (struct ucl_pubkey));
/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h66 * UCL_ALLOC(size) - allocate memory for UCL
70 #ifndef UCL_ALLOC
71 #define UCL_ALLOC(size) malloc(size) macro

Completed in 40 milliseconds