Searched refs:mallocFail (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/bzip2/dist/
H A Dbzip2recover.c87 static void mallocFail ( Int32 n );
140 __dead static void mallocFail ( Int32 n ) function
172 if (bs == NULL) mallocFail ( sizeof(BitStream) );
185 if (bs == NULL) mallocFail ( sizeof(BitStream) );

Completed in 307 milliseconds