| H A D | memory.c | 109 #define MEMORY_LISTENER_CALL_GLOBAL(_callback, _direction, _args...) \ 117 _listener->_callback(_listener, ##_args); \ 124 _listener->_callback(_listener, ##_args); \ 133 #define MEMORY_LISTENER_CALL(_as, _callback, _direction, _section, _args...) \ 141 _listener->_callback(_listener, _section, ##_args); \ 148 _listener->_callback(_listener, _section, ##_args); \ 158 #define MEMORY_LISTENER_UPDATE_REGION(fr, as, dir, callback, _args...) \ 162 MEMORY_LISTENER_CALL(as, callback, dir, &mrs, ##_args); \ 108 MEMORY_LISTENER_CALL_GLOBAL(_callback,_direction,_args...) global() argument 132 MEMORY_LISTENER_CALL(_as,_callback,_direction,_section,_args...) global() argument 157 MEMORY_LISTENER_UPDATE_REGION(fr,as,dir,callback,_args...) global() argument
|