bba_mem
struct bba_mem *sc_mem_head; /* list of buffers */
struct bba_mem *m;
m = malloc(sizeof(struct bba_mem), mtype, flags | M_CANFAIL);
struct bba_mem **mp, *m;
struct bba_mem *next;