Clear all parameter pools
| 222 | |
| 223 | // Clear all parameter pools |
| 224 | static void ClearParamPool() |
| 225 | { |
| 226 | ClearIntPool(); |
| 227 | ClearShortPool(); |
| 228 | ClearStringPool(); |
| 229 | } |
| 230 | |
| 231 | // Allocate a buffer of n bytes in the string pool & return its buffer pointer. |
| 232 | // Return a NULL pointer if the pool is exhausted |
no test coverage detected