home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-04 | 1.3 KB | 46 lines | [TEXT/ttxt] |
- internals.txt
-
- CLASSES OWNING HEAP MEMORY
- dbView::mSource
- dbDate::mStrBuffer
- dbBLOB::mBody
- dbTable::mBackend, mRelChains
- OOF_String::mBody
- OOF_ExpandableLongArray::mBits, mArrayRefCount
- OOF_DictRep::mBits
- OOF_Dictionary::mRep
- OOF_mixRelChainEndPoints::mRelationChains
- OOF_Context_ctree::mBuffer, mBlobFieldBodies
- OOF_ctreeSelectoin::mRep
- OOF_tableBackend_ctree::mFieldBufMap, mFieldBufMapRefCount, mBlobFieldNums, mRecordCache
-
- dbRepLine::mLine
- dbRepPage::mPageMap, mFieldPos, mPageStart
- OOF_List::mFirst (NOTE: this is the first of a series of heap elements in a linked list, all of which are owned)
-
-
-
-
- GCC WARNINGS
- These are the ones that can't be eliminated. Any others should be reported.
-
- warning: cast increases required alignment of target type
-
- occurs in:
-
-
- void OOF_tableBackend_ctree::setBlobLength(unsigned int, long unsigned int)
-
- void OOF_tableBackend_ctree::SaveContext(class OOF_Context_ctree *)
-
- long unsigned int OOF_tableBackend_ctree::BlobLenFromBuffer(const class dbField *, const char *) const
-
- unsigned long OOF_tableBackend_ctree::fieldDataLen(const dbField* fld) const
-
- void OOF_tableBackend_ctree::loadBlob(class dbBLOB *)
-
- void OOF_tableBackend_ctree::frmkey(short int, char *, const char *, short int, long int, long int)
-
- void OOF_tableBackend_ctree::frmkey(short int, char *,const void *, long int, long int)
-
-