libc memory leak of PL does not output ERROR log

This commit is contained in:
obdev
2023-07-24 02:48:34 +00:00
committed by ob-robot
parent b5d9eab1a9
commit 86fa74323f
3 changed files with 13 additions and 3 deletions

View File

@ -160,6 +160,7 @@ public:
#endif
public:
bool force_explict_500_malloc_ = false;
bool pl_leaked_times_ = 0;
private:
DISALLOW_COPY_AND_ASSIGN(ObMallocAllocator);
class BucketLock