Ignore:
Timestamp:
Apr 28, 2016, 3:29:10 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
string
Parents:
8243cf9
Message:

finished translating VbyteSM from C++ to cfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/strings/src/internal/VbyteSM.h

    r8243cf9 r9ea58ca  
    7474        this->CurrSize = size;
    7575
    76         #warning missing malloc
    77         this->StartVbyte = 0;
     76        this->StartVbyte = calloc(size);
    7877        this->EndVbyte = this->StartVbyte;
    7978        this->ExtVbyte = (void*)( this->StartVbyte + this->CurrSize );
Note: See TracChangeset for help on using the changeset viewer.