@@@none
#include <resmgr.h> int _resmgr_handle_grow ( unsigned min );
libc
The _resmgr_handle_grow() function pre-grows or allocates the resource manager database table entries to support (@@@ a given number of i connections. @@@ what? what's i) to improve run-time performance. (It reduces the number of dynamic memory allocations.) The function pre-allocates database space for min requests.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |