コード例 #1
0
void * btPoolAlloc(size_t size)
{
	return g_menu_allocator.allocate(size);
}
コード例 #2
0
void * btPoolAlloc(KDsize size)
{
	return g_main_allocator.allocate(size);
}