HomeSort by relevance Sort by last modified time
    Searched defs:new_storage (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/tools/flip_server/
simple_buffer.cc 166 char* new_storage = new char[new_storage_size]; local
169 memcpy(new_storage, read_ptr, read_size);
174 storage_ = new_storage;
balsa_headers.cc 105 char* new_storage = new char[new_storage_size]; local
108 memcpy(new_storage, old_storage, old_storage_size_used);
110 memcpy(new_storage + old_storage_size_used, sp.data(), sp.size());
111 blocks_[0].buffer = new_storage;
    [all...]
  /external/ipsec-tools/src/racoon/
remoteconf.c 641 vchar_t *new_storage; local
  /external/v8/src/
ic.cc 2059 FixedArray* new_storage = FixedArray::cast(result); local
    [all...]

Completed in 294 milliseconds