Searched refs:bmalloc (Results 1 – 6 of 6) sorted by relevance
63 output = bmalloc(sizeof(struct output)); in output_new()66 output->lines = bmalloc(sizeof(output->lines[0])); in output_new()
379 output = bmalloc(length + 1); in expand_string()551 next = bmalloc(sizeof(struct action)); in parse_run()742 work = bmalloc(sizeof(struct work)); in parse_script()
133 void *bmalloc(size_t)
135 buf = bmalloc(buflen); in run_child_function()
819 bmalloc(size_t size) in bmalloc() function
366 * Add bmalloc, bcalloc, brealloc, and bstrdup TAP library functions.