void * btPoolAlloc(size_t size)
{
	return g_menu_allocator.allocate(size);
}
void * btPoolAlloc(KDsize size)
{
	return g_main_allocator.allocate(size);
}