Changeset 9ea58ca for src/examples/strings/src/internal/VbyteSM.h
- Timestamp:
- Apr 28, 2016, 3:29:10 PM (7 years ago)
- Branches:
- string
- Parents:
- 8243cf9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/strings/src/internal/VbyteSM.h
r8243cf9 r9ea58ca 74 74 this->CurrSize = size; 75 75 76 #warning missing malloc 77 this->StartVbyte = 0; 76 this->StartVbyte = calloc(size); 78 77 this->EndVbyte = this->StartVbyte; 79 78 this->ExtVbyte = (void*)( this->StartVbyte + this->CurrSize );
Note: See TracChangeset
for help on using the changeset viewer.