Adjusts the number of items actually allocated or freed from some system facility rather than just from a pool. The number of used items can never exceed the number allocated. The number of allocated items equals used plus the current size of the pool.
@param k positive if items are being allocated, negative if items arebeing released.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.