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

/external/valgrind/auxprogs/
H A Dvalgrind-di-server.c845 UInt zLenMax = req_len + req_len / 4 + 1024; local
846 UChar* zBuf = my_malloc(zLenMax);
847 lzo_uint zLen = zLenMax;
852 assert(zLen <= zLenMax);

Completed in 150 milliseconds