File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -402,11 +402,6 @@ class SmallHeapBlockT : public HeapBlock
402402 template <typename TBlockType>
403403 friend class SmallNormalHeapBucketBase ;
404404
405- #ifdef JD_PRIVATE
406- friend class HeapBlockHelper ;
407- friend class EXT_CLASS ;
408- #endif
409-
410405public:
411406 static const ushort InvalidAddressBit = 0xFFFF ;
412407
Original file line number Diff line number Diff line change 55#pragma once
66#include " CommonDefines.h"
77
8+ #ifdef JD_PRIVATE
9+ class HeapBlockHelper ;
10+ #endif
11+
812namespace Memory
913{
1014class HeapBlockMap32
@@ -88,7 +92,6 @@ class HeapBlockMap32
8892 friend class PageSegmentBase <VirtualAllocWrapper>;
8993
9094#ifdef JD_PRIVATE
91- friend class EXT_CLASS ;
9295 friend class HeapBlockHelper ;
9396#endif
9497
You can’t perform that action at this time.
0 commit comments