HomeSort by relevance Sort by last modified time
    Searched refs:alc_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
merge.h 341 : Output_merge_base(entsize, addralign), p_(NULL), len_(0), alc_(0),
449 section_size_type alc_; member in class:gold::Output_merge_data
merge.cc 380 if (this->len_ + addsize > this->alc_)
382 if (this->alc_ == 0)
383 this->alc_ = 128 * addsize;
385 this->alc_ *= 2;
386 this->p_ = static_cast<unsigned char*>(realloc(this->p_, this->alc_));

Completed in 1344 milliseconds