potion_allocation_error 177 core/file.c if (rv == -1) potion_allocation_error(); potion_allocation_error 52 core/load.c if (allocated_str == NULL) potion_allocation_error(); potion_allocation_error 59 core/load.c potion_allocation_error(); potion_allocation_error 137 core/load.c if (asprintf(&r, "%s", dirname) == -1) potion_allocation_error(); potion_allocation_error 140 core/load.c if (asprintf(&r, "%s%s", dirname, ext) == -1) potion_allocation_error(); potion_allocation_error 148 core/load.c if (asprintf(&r, "%s/%s", dirname, file) == -1) potion_allocation_error(); potion_allocation_error 153 core/load.c if (r == NULL) potion_allocation_error(); potion_allocation_error 782 core/potion.h void potion_allocation_error(void); potion_allocation_error 247 core/string.c if (s == NULL) potion_allocation_error(); potion_allocation_error 280 lib/buffile.c if (rv == -1) potion_allocation_error();