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

  /toolchain/binutils/binutils-2.27/libiberty/
alloca.c 200 register void *new_storage = XNEWVEC (char, sizeof (header) + size); local
203 if (new_storage == 0)
206 ((header *) new_storage)->h.next = last_alloca_header;
207 ((header *) new_storage)->h.deep = depth;
209 last_alloca_header = (header *) new_storage;
213 return (PTR) ((char *) new_storage + sizeof (header));
  /art/libartbase/base/
bit_vector.cc 355 uint32_t *new_storage = local
357 memcpy(new_storage, storage_, storage_size_ * kWordBytes);
359 memset(&new_storage[storage_size_], 0, (new_size - storage_size_) * kWordBytes);
366 storage_ = new_storage;
  /external/ipsec-tools/src/racoon/
remoteconf.c 639 vchar_t *new_storage; local
  /external/v8/src/builtins/
builtins-array.cc     [all...]
  /external/v8/src/
objects.cc 3444 Handle<FixedArray> new_storage = local
    [all...]

Completed in 206 milliseconds