From 1b979e0af6d73985fab5b12b2e2d182e270d6642 Mon Sep 17 00:00:00 2001 From: Ilya Zakharevich Date: Sat, 20 Jun 1998 00:38:07 -0400 Subject: applied patch, tweaked wording Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Documentation patch for malloc p4raw-id: //depot/perl@1177 --- malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc.c') diff --git a/malloc.c b/malloc.c index 91815a2c44..0409947ff5 100644 --- a/malloc.c +++ b/malloc.c @@ -457,7 +457,7 @@ emergency_sbrk(size) if (size >= BIG_SIZE) { /* Give the possibility to recover: */ MUTEX_UNLOCK(&malloc_mutex); - croak("Out of memory during request for %i bytes", size); + croak("Out of memory during \"large\" request for %i bytes", size); } if (!emergency_buffer) { -- cgit v1.2.1