Kazu Hirata 9855134d07
[memprof] Use #ifdef EXPENSIVE_CHECKS (#86585)
This patch replaces:

  #if EXPENSIVE_CHECKS

with:

  #ifdef EXPENSIVE_CHECKS

to follow the existing conventions.
2024-03-25 14:36:03 -07:00
..