- Timestamp:
- May 4, 2018, 5:43:48 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- d7312ac
- Parents:
- c02f761 (diff), 4ea632e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Heap.cc
rc02f761 r43c461d 10 10 // Created On : Thu May 3 16:16:10 2018 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri May 4 17: 17:59201813 // Update Count : 2 712 // Last Modified On : Fri May 4 17:27:31 2018 13 // Update Count : 28 14 14 // 15 15 … … 145 145 #endif // _GNU_SOURCE 146 146 147 error = dlerror();148 if ( error ) {149 std::cerr << "interpose_symbol : internal error, " << error << std::endl;150 abort();151 }152 153 return fptr;154 }155 156 147 extern "C" { 157 148 void * malloc( size_t size ) __attribute__((malloc));
Note: See TracChangeset
for help on using the changeset viewer.