2016-10-09 21:18:25 +01:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2018-07-26 20:52:03 +10:00
< meta name = "generator" content = "Doxygen 1.8.14" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > wut: Memory< / title >
2016-10-09 21:18:25 +01:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
2018-07-26 20:52:03 +10:00
< div id = "projectname" > wut
  < span id = "projectnumber" > 1.0.0-alpha< / span >
2016-10-09 21:18:25 +01:00
< / div >
< div id = "projectbrief" > Wii U Toolchain< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2018-07-26 20:52:03 +10:00
<!-- Generated by Doxygen 1.8.14 -->
2016-10-09 21:18:25 +01:00
< script type = "text/javascript" >
2018-07-26 20:52:03 +10:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2016-10-09 21:18:25 +01:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2018-07-26 20:52:03 +10:00
/* @license-end */
2016-10-09 21:18:25 +01:00
< / script >
2018-07-26 20:52:03 +10:00
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
2016-10-09 21:18:25 +01:00
< / div > <!-- top -->
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#typedef-members" > Typedefs< / a > |
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
< div class = "title" > Memory< div class = "ingroups" > < a class = "el" href = "group__gx2r.html" > gx2r< / a > < / div > < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "typedef-members" > < / a >
Typedefs< / h2 > < / td > < / tr >
< tr class = "memitem:ga6c9a0e6dc4af99936d7f77ff8ce6bfc5" > < td class = "memItemLeft" align = "right" valign = "top" > typedef void *(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2r__mem.html#ga6c9a0e6dc4af99936d7f77ff8ce6bfc5" > GX2RAllocFunction< / a > ) (< a class = "el" href = "group__gx2r__resource.html#ga5038cc0d0ddfb9c5997bc24c25374985" > GX2RResourceFlags< / a > , uint32_t, uint32_t)< / td > < / tr >
< tr class = "separator:ga6c9a0e6dc4af99936d7f77ff8ce6bfc5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga7328d2bc89be2795893bf3c15d6f9bd9" > < td class = "memItemLeft" align = "right" valign = "top" > typedef void(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2r__mem.html#ga7328d2bc89be2795893bf3c15d6f9bd9" > GX2RFreeFunction< / a > ) (< a class = "el" href = "group__gx2r__resource.html#ga5038cc0d0ddfb9c5997bc24c25374985" > GX2RResourceFlags< / a > , void *)< / td > < / tr >
< tr class = "separator:ga7328d2bc89be2795893bf3c15d6f9bd9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ga06fcbe88f225c20e7ef770b2f2580479" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2r__mem.html#ga06fcbe88f225c20e7ef770b2f2580479" > GX2RInvalidateMemory< / a > (< a class = "el" href = "group__gx2r__resource.html#ga5038cc0d0ddfb9c5997bc24c25374985" > GX2RResourceFlags< / a > flags, void *buffer, uint32_t size)< / td > < / tr >
< tr class = "separator:ga06fcbe88f225c20e7ef770b2f2580479" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-07-26 20:52:03 +10:00
< tr class = "memitem:gac4f780e9ccde6527d2ffdf090de3f73c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372" > BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2r__mem.html#gac4f780e9ccde6527d2ffdf090de3f73c" > GX2RIsUserMemory< / a > (< a class = "el" href = "group__gx2r__resource.html#ga5038cc0d0ddfb9c5997bc24c25374985" > GX2RResourceFlags< / a > flags)< / td > < / tr >
2016-10-09 21:18:25 +01:00
< tr class = "separator:gac4f780e9ccde6527d2ffdf090de3f73c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gaf3642cdf2111fbd65fdd4f4166af3cc7" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2r__mem.html#gaf3642cdf2111fbd65fdd4f4166af3cc7" > GX2RSetAllocator< / a > (< a class = "el" href = "group__gx2r__mem.html#ga6c9a0e6dc4af99936d7f77ff8ce6bfc5" > GX2RAllocFunction< / a > allocFn, < a class = "el" href = "group__gx2r__mem.html#ga7328d2bc89be2795893bf3c15d6f9bd9" > GX2RFreeFunction< / a > freeFn)< / td > < / tr >
< tr class = "separator:gaf3642cdf2111fbd65fdd4f4166af3cc7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< h2 class = "groupheader" > Typedef Documentation< / h2 >
2018-07-26 20:52:03 +10:00
< a id = "ga6c9a0e6dc4af99936d7f77ff8ce6bfc5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga6c9a0e6dc4af99936d7f77ff8ce6bfc5" > ◆ < / a > < / span > GX2RAllocFunction< / h2 >
2016-10-09 21:18:25 +01:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef void*(* GX2RAllocFunction) (< a class = "el" href = "group__gx2r__resource.html#ga5038cc0d0ddfb9c5997bc24c25374985" > GX2RResourceFlags< / a > , uint32_t, uint32_t)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-07-26 20:52:03 +10:00
< p class = "definition" > Definition at line < a class = "el" href = "_2mem_8h_source.html#l00015" > 15< / a > of file < a class = "el" href = "_2mem_8h_source.html" > mem.h< / a > .< / p >
2016-10-09 21:18:25 +01:00
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "ga7328d2bc89be2795893bf3c15d6f9bd9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga7328d2bc89be2795893bf3c15d6f9bd9" > ◆ < / a > < / span > GX2RFreeFunction< / h2 >
2016-10-09 21:18:25 +01:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef void(* GX2RFreeFunction) (< a class = "el" href = "group__gx2r__resource.html#ga5038cc0d0ddfb9c5997bc24c25374985" > GX2RResourceFlags< / a > , void *)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-07-26 20:52:03 +10:00
< p class = "definition" > Definition at line < a class = "el" href = "_2mem_8h_source.html#l00016" > 16< / a > of file < a class = "el" href = "_2mem_8h_source.html" > mem.h< / a > .< / p >
2016-10-09 21:18:25 +01:00
< / div >
< / div >
< h2 class = "groupheader" > Function Documentation< / h2 >
2018-07-26 20:52:03 +10:00
< a id = "ga06fcbe88f225c20e7ef770b2f2580479" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga06fcbe88f225c20e7ef770b2f2580479" > ◆ < / a > < / span > GX2RInvalidateMemory()< / h2 >
2016-10-09 21:18:25 +01:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void GX2RInvalidateMemory < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "group__gx2r__resource.html#ga5038cc0d0ddfb9c5997bc24c25374985" > GX2RResourceFlags< / a >   < / td >
< td class = "paramname" > < em > flags< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > void *  < / td >
< td class = "paramname" > < em > buffer< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint32_t  < / td >
< td class = "paramname" > < em > size< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "gac4f780e9ccde6527d2ffdf090de3f73c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#gac4f780e9ccde6527d2ffdf090de3f73c" > ◆ < / a > < / span > GX2RIsUserMemory()< / h2 >
2016-10-09 21:18:25 +01:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2018-07-26 20:52:03 +10:00
< td class = "memname" > < a class = "el" href = "wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372" > BOOL< / a > GX2RIsUserMemory < / td >
2016-10-09 21:18:25 +01:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "group__gx2r__resource.html#ga5038cc0d0ddfb9c5997bc24c25374985" > GX2RResourceFlags< / a >   < / td >
< td class = "paramname" > < em > flags< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "gaf3642cdf2111fbd65fdd4f4166af3cc7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#gaf3642cdf2111fbd65fdd4f4166af3cc7" > ◆ < / a > < / span > GX2RSetAllocator()< / h2 >
2016-10-09 21:18:25 +01:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void GX2RSetAllocator < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "group__gx2r__mem.html#ga6c9a0e6dc4af99936d7f77ff8ce6bfc5" > GX2RAllocFunction< / a >   < / td >
< td class = "paramname" > < em > allocFn< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "group__gx2r__mem.html#ga7328d2bc89be2795893bf3c15d6f9bd9" > GX2RFreeFunction< / a >   < / td >
< td class = "paramname" > < em > freeFn< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2018-07-26 20:52:03 +10:00
< / a > 1.8.14
2016-10-09 21:18:25 +01:00
< / small > < / address >
< / body >
< / html >