Stefan Schulze Frielinghaus 9a156f6b2b [sanitizer] Replace uptr by usize/SIZE_T in interfaces
For some targets uptr is mapped to unsigned int and size_t to unsigned
long and sizeof(int)==sizeof(long) holds.  Still, these are distinct
types and type checking may fail.  Therefore, replace uptr by
usize/SIZE_T wherever a size_t is expected.

Part of #116957
2024-12-07 20:20:27 -08:00
..
2024-08-12 13:56:40 -07:00
2024-08-12 13:56:40 -07:00
2024-08-12 13:56:40 -07:00
2024-08-12 13:56:40 -07:00
2024-07-10 18:35:05 -07:00