This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "gc.h" | |
/** | |
* Adds destructor to garbage shadow stack. | |
* | |
* @param frame is passed automatically by wrapper macro | |
* @param fn takes one argument | |
* @param arg is passed to fn(arg) | |
* @return arg | |
*/ |
OlderNewer