line |
true |
false |
branch |
29
|
0 |
0 |
#ifdef USE_PERLIO |
35
|
0 |
0 |
#ifndef SIG_ERR |
53
|
0 |
0 |
#if defined(HAS_FCNTL) && defined(F_SETFD) && !defined(FD_CLOEXEC) |
60
|
0 |
0 |
* XXX This advice seems to be widely ignored :-( --AD August 1996. |
87
|
0 |
0 |
if ((SSize_t)size < 0) |
88
|
0 |
0 |
Perl_croak_nocontext("panic: malloc, size=%"UVuf, (UV) size); |
89
|
0 |
0 |
#endif |
91
|
0 |
0 |
PERL_ALLOC_CHECK(ptr); |
94
|
0 |
0 |
struct perl_memory_debug_header *const header |
106
|
0 |
0 |
header->next = PL_memory_debug_header.next; |
107
|
0 |
0 |
PL_memory_debug_header.next = header; |
109
|
0 |
0 |
# ifdef PERL_POISON |
111
|
0 |
0 |
# endif |
127
|
0 |
0 |
/*NOTREACHED*/ |
128
|
0 |
0 |
} |
129
|
0 |
0 |
|
131
|
0 |
0 |
|
134
|
0 |
0 |
{ |
156
|
0 |
0 |
return safesysmalloc(size); |
157
|
0 |
0 |
#ifdef PERL_TRACK_MEMPOOL |