equal
deleted
inserted
replaced
1868 // |
1868 // |
1869 // Therefore we need to keep track of the allocated memory segments and their |
1869 // Therefore we need to keep track of the allocated memory segments and their |
1870 // properties. |
1870 // properties. |
1871 |
1871 |
1872 // ShmBkBlock: base class for all blocks in the shared memory bookkeeping |
1872 // ShmBkBlock: base class for all blocks in the shared memory bookkeeping |
1873 class ShmBkBlock { |
1873 class ShmBkBlock : public CHeapObj<mtInternal> { |
1874 |
1874 |
1875 ShmBkBlock* _next; |
1875 ShmBkBlock* _next; |
1876 |
1876 |
1877 protected: |
1877 protected: |
1878 |
1878 |