Resource system: Difference between revisions
Jump to navigation
Jump to search
Moved BFRES RSTB estimation to Help:Updating the RSTB
imported>Ginger m (Clarified BFRES resource size estimation for Wii U) |
imported>NiceneNerd (Moved BFRES RSTB estimation to Help:Updating the RSTB) |
||
Line 117: | Line 117: | ||
PARSE_SIZE is the amount of memory allocated from the resource heap in the <code>Resource::parse</code> function. Determining the exact value of PARSE_SIZE requires reversing that function and tracking calls to <code>operator new()</code> because the amount of dynamically allocated memory depends on the resource. | PARSE_SIZE is the amount of memory allocated from the resource heap in the <code>Resource::parse</code> function. Determining the exact value of PARSE_SIZE requires reversing that function and tracking calls to <code>operator new()</code> because the amount of dynamically allocated memory depends on the resource. | ||
[[Category:Internals]] | [[Category:Internals]] | ||
<references /> | <references /> |