Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Macros
leak_sanitizer.h File Reference
#include "platform/globals.h"

Go to the source code of this file.

Macros

#define LSAN_REGISTER_ROOT_REGION(ptr, len)
 
#define LSAN_UNREGISTER_ROOT_REGION(ptr, len)
 

Macro Definition Documentation

◆ LSAN_REGISTER_ROOT_REGION

#define LSAN_REGISTER_ROOT_REGION (   ptr,
  len 
)
Value:
do { \
} while (false && (ptr) == nullptr && (len) == 0)

Definition at line 26 of file leak_sanitizer.h.

27 { \
28 } while (false && (ptr) == nullptr && (len) == 0)

◆ LSAN_UNREGISTER_ROOT_REGION

#define LSAN_UNREGISTER_ROOT_REGION (   ptr,
  len 
)
Value:
do { \
} while (false && (ptr) == nullptr && (len) == 0)

Definition at line 29 of file leak_sanitizer.h.

30 { \
31 } while (false && (ptr) == nullptr && (len) == 0)