Public Member Functions | |
| CCategoryMap () | |
Data Fields | |
| uint | BlockCount |
| uint | Max |
| uint | Min |
| uint | Size |
|
|
Definition at line 1380 of file misc/heap_allocator.cpp.
01381 {
01382 BlockCount = 0;
01383 Size = 0;
01384 Min = 0xffffffff;
01385 Max = 0;
01386 }
|
|
|
Definition at line 1387 of file misc/heap_allocator.cpp. |
|
|
Definition at line 1390 of file misc/heap_allocator.cpp. |
|
|
Definition at line 1389 of file misc/heap_allocator.cpp. |
|
|
Definition at line 1388 of file misc/heap_allocator.cpp. |
1.3.6