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

  /toolchain/binutils/binutils-2.25/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/runtime/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.cc 771 Handle<SeededNumberDictionary> new_storage =
774 if (!new_storage.is_identical_to(slow_storage)) {
775 slow_storage = loop_scope.CloseAndEscape(new_storage);
    [all...]
objects.cc 3040 Handle<FixedArray> new_storage = local
    [all...]

Completed in 404 milliseconds