search for: alloc_args_fn_ptr_typ

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

Did you mean: alloc_args_fn_ptr_type
2011 Feb 26
2
[LLVMdev] memory bug triggered in getFoldedCast
...fff81c87901 in szone_error () #3 0x00007fff81bb1080 in szone_free_definite_size () #4 0x000000010185b577 in getFoldedCast () #5 0x0000000101297617 in getAllocArrayFn () at /Users/rob/Projects/Bamboo/Source/AST.cc:624 The line in my getAllocArrayFn() is: return ConstantExpr::getIntToPtr(ci, alloc_args_fn_ptr_type); ci is a ConstantInt and the other arg is a PointerType (to a FunctionType). I tried using Apple's Instruments to see what object was allocated with that address, but I don't see that address in the list of all object allocations. If you've got any suggestions, much appreciated. R...