VOID *ptr;
if (size == 0) {
- (void) fprintf(stderr, "%s: internal error, tried to malloc(0)\n",
+ (void) fprintf(stderr, "%s: internal error, tried to emalloc(0)\n",
Argv[0]);
exit(1);
}
VOID *ptr;
if (nmemb == 0 || size == 0) {
- (void) fprintf(stderr, "%s: internal error, tried to malloc(0)\n",
+ (void) fprintf(stderr, "%s: internal error, tried to emalloc2(0)\n",
Argv[0]);
exit(1);
}
{
if (size == 0) {
- (void) fprintf(stderr, "%s: internal error, tried to realloc(0)\n",
+ (void) fprintf(stderr, "%s: internal error, tried to erealloc(0)\n",
Argv[0]);
exit(1);
}
{
if (nmemb == 0 || size == 0) {
- (void) fprintf(stderr, "%s: internal error, tried to realloc(0)\n",
+ (void) fprintf(stderr, "%s: internal error, tried to erealloc3(0)\n",
Argv[0]);
exit(1);
}