HomeSort by: relevance | last modified time | path
    Searched refs:cursz (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
alloc.c 436 size_t cursz; local
447 memcpy(&cursz, ptr, sizeof(cursz));
448 if(cursz == size) {
456 unbound_mem_freed += cursz;
457 log_info("stat realloc(%p, %u) from %u", ptr+16, (unsigned)size, (unsigned)cursz);
458 if(cursz > size) {
460 } else if(size > cursz) {
461 memcpy(res+16, ptr+16, cursz);
  /src/external/gpl3/gcc/dist/gcc/fortran/
module.cc 1292 size_t cursz = 30; local
1295 atom_string = XNEWVEC (char, cursz);
1311 if (len >= cursz)
1313 cursz *= 2;
1314 atom_string = XRESIZEVEC (char, atom_string, cursz);
7056 int cursz = 4096; local
7057 int rsize = cursz;
7060 module_content = XNEWVEC (char, cursz);
7068 cursz *= 2;
7069 module_content = XRESIZEVEC (char, module_content, cursz);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
module.cc 1292 size_t cursz = 30; local
1295 atom_string = XNEWVEC (char, cursz);
1311 if (len >= cursz)
1313 cursz *= 2;
1314 atom_string = XRESIZEVEC (char, atom_string, cursz);
7037 int cursz = 4096; local
7038 int rsize = cursz;
7041 module_content = XNEWVEC (char, cursz);
7049 cursz *= 2;
7050 module_content = XRESIZEVEC (char, module_content, cursz);
    [all...]

Completed in 102 milliseconds