HelenOS sources
balloc 43 boot/genarch/src/ofw_tree.c return balloc(sizeof(ofw_tree_node_t), sizeof(ofw_tree_node_t));
balloc 48 boot/genarch/src/ofw_tree.c return balloc(count * sizeof(ofw_tree_property_t),
balloc 64 boot/genarch/src/ofw_tree.c char *addr = balloc(size + 1, 4);
balloc 41 boot/generic/include/balloc.h extern void *balloc(size_t, size_t);
balloc 194 uspace/lib/memgfx/test/memgfx.c gfx_bitmap_alloc_t balloc;
balloc 232 uspace/lib/memgfx/test/memgfx.c rc = gfx_bitmap_get_alloc(bitmap, &balloc);
balloc 237 uspace/lib/memgfx/test/memgfx.c bpmap.data = balloc.pixels;
HelenOS homepage, sources at GitHub