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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 382 // side. __malloc_header_size is an estimate of the amount of
390 const size_type __malloc_header_size = 4 * sizeof(void*); local
411 const size_type __adj_size = __size + __malloc_header_size;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 396 // side. __malloc_header_size is an estimate of the amount of
404 const size_type __malloc_header_size = 4 * sizeof(void*); local
425 const size_type __adj_size = __size + __malloc_header_size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 396 // side. __malloc_header_size is an estimate of the amount of
404 const size_type __malloc_header_size = 4 * sizeof(void*); local
425 const size_type __adj_size = __size + __malloc_header_size;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 382 // side. __malloc_header_size is an estimate of the amount of
390 const size_type __malloc_header_size = 4 * sizeof(void*); local
411 const size_type __adj_size = __size + __malloc_header_size;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 382 // side. __malloc_header_size is an estimate of the amount of
390 const size_type __malloc_header_size = 4 * sizeof(void*); local
411 const size_type __adj_size = __size + __malloc_header_size;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 382 // side. __malloc_header_size is an estimate of the amount of
390 const size_type __malloc_header_size = 4 * sizeof(void*); local
411 const size_type __adj_size = __size + __malloc_header_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rc_string_base.h 382 // side. __malloc_header_size is an estimate of the amount of
390 const size_type __malloc_header_size = 4 * sizeof(void*); local
411 const size_type __adj_size = __size + __malloc_header_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 396 // side. __malloc_header_size is an estimate of the amount of
404 const size_type __malloc_header_size = 4 * sizeof(void*); local
425 const size_type __adj_size = __size + __malloc_header_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 396 // side. __malloc_header_size is an estimate of the amount of
404 const size_type __malloc_header_size = 4 * sizeof(void*); local
425 const size_type __adj_size = __size + __malloc_header_size;

Completed in 99 milliseconds