Home
last modified time | relevance | path

Searched refs:bmalloc (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/usr.bin/dc/
H A Dmem.c34 n = bmalloc(sizeof(*n)); in new_number()
86 n = bmalloc(sizeof(*n)); in dup_number()
94 bmalloc(size_t sz) in bmalloc() function
H A Dextern.h37 void *bmalloc(size_t);
H A Dinout.c273 p = bmalloc(sz + 1); in read_string()
306 p = bmalloc(2); in get_digit()
H A Dstack.c275 a = bmalloc(sizeof(*a)); in array_new()
H A Dbcode.c1330 r = bmalloc(sizeof(*r)); in bsqrt()