aura_malloc
line = aura_malloc(width + 1, "descriptive line");
w->text = aura_malloc(size, "w->text");
b->key = aura_malloc(key_size, "dictionary key");
b->data = aura_malloc(data_size, "dictionary value");
b->data = aura_malloc(data_size, "dictionary value");
b->data = aura_malloc(data_size, "dictionary value");
b->data = aura_malloc(data_size, "dictionary value");
ptr = (struct what *)aura_malloc(sizeof(struct what), \
void *aura_malloc(size_t, const char *);
str = aura_malloc(len + 1, "decoded string");