How do I know how many dynamic bitmaps and bitmap id are loaded
Hi @Martin KJELDSEN :
I want to know how many live images are cached.I found two pointer variables.
- static CacheTableEntry* cacheTable; //address of allocation point cache
- static BitmapId* allocationTable; //order of allocations in cache
But I couldn't get any useful information.
Thank you!