get_caller
heap->get_caller = &get_caller;
addr_t (*get_caller)();
info->caller = heap->get_caller();
heap->get_caller = getCaller;
if (returnAddresses[i] < (addr_t)&get_caller)