search for: __sc_bb_malloc

Displaying 1 result from an estimated 1 matches for "__sc_bb_malloc".

2016 Jun 27
1
[GSoC'16] Weekly Status - June 27 - Zhengyang Liu
...oc, calloc, and realloc in safecode/runtime/BBRuntime/AlignedMalloc.cpp could be overrided by system implementation on some environments. Thus I added a __sc_bb_ prefix to these customized heap allocation functions. I also write a module pass to automatically rename all malloc / calloc / realloc to __sc_bb_malloc ... Regression tests are also completed for this pass. This week, I plan to 1. Test SAFECode’s bbac implementation on more real-world programs, and fix possible crashes. 2. Discuss with my mentor Prof. John Criswell about the insertion point of free in PromoteArrayAllocas pass. Best regards, Zhen...