Example #1
0
RLIB_RESTRICT_RETURN LPVOID AppBase::Reallocate(LPVOID p, intptr_t bytes)
{
	return RLib_GlobalBasePool.ReAlloc(p, bytes);
}