potion_allocation_error 172 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 130 core/load.c if (asprintf(&r, "%s", dirname) == -1) potion_allocation_error(); potion_allocation_error 133 core/load.c if (asprintf(&r, "%s%s", dirname, ext) == -1) potion_allocation_error(); potion_allocation_error 141 core/load.c if (asprintf(&r, "%s/%s", dirname, file) == -1) potion_allocation_error(); potion_allocation_error 146 core/load.c if (r == NULL) potion_allocation_error(); potion_allocation_error 810 core/potion.h void potion_allocation_error(void); potion_allocation_error 282 core/string.c if (s == NULL) potion_allocation_error(); potion_allocation_error 289 lib/buffile.c if (rv == -1) potion_allocation_error();