Format: AllC/C++CSSTextshell script Advanced Search
30: { 31: return Vcalloc(nmemb, size); 32: }
68: #else 69: return Vcalloc(nmemb, size); 70: #endif