Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::containers::DATA Structure
C++
typedef struct SimpleDataBlock {
  size_t size;
  _8 data[ ];
} DATA, * PDATA;
Members 
Description 
size_t size; 
unsigned size; size is sometimes a pointer value... this means bad thing when we change platforms... Defined as PTRSZVAL now, so it's relative to the size of the platform anyhow. 
_8 data[ ]; 
beginning of var data - this is created size+sizeof(_8

Hmm - this can be done with MemLib alone... although this library is not nessecarily part of that? and it's not nessecarily allocated.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!