[PATCH] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32-bit mode

Kostya Serebryany kcc at google.com
Fri Feb 21 05:48:03 PST 2014


  What is the definition of size_t on FreeBSD and shouldn't it be changed too? (in which case, please file a bug there)

  Instead of defining another new type, can we use SIZE_T from interception/interception.h ?

http://llvm-reviews.chandlerc.com/D2856



More information about the llvm-commits mailing list