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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 404 const void** key_copy = saved_buckets_keys_[saved_buckets_count_]; local
405 std::copy(key, key + depth, key_copy);
409 bucket->stack = key_copy;
413 const void** key_copy = static_cast<const void**>( local
416 std::copy(key, key + depth, key_copy);
422 bucket->stack = key_copy;
523 const void** key_copy = static_cast<const void**>( local
525 std::copy(bucket.stack, bucket.stack + bucket.depth, key_copy);
531 new_bucket->stack = key_copy;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term.h 388 #define key_copy CUR Strings[162] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 388 #define key_copy CUR Strings[162] macro
    [all...]

Completed in 80 milliseconds