HomeSort by relevance Sort by last modified time
    Searched full:tc_posix_memalign (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_gcc_and_weak.h 90 ALIAS(tc_posix_memalign);
libc_override_redefine.h 78 return tc_posix_memalign(r, a, s);
libc_override_osx.h 69 // care can use tc_posix_memalign directly.
197 // and are willing to code to tcmalloc, you can use tc_posix_memalign().
libc_override_glibc.h 96 int __posix_memalign(void** r, size_t a, size_t s) ALIAS(tc_posix_memalign); variable
tcmalloc.cc 226 int tc_posix_memalign(void** ptr, size_t align, size_t size) __THROW
    [all...]
debugallocation.cc     [all...]
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/gperftools/
tcmalloc.h 88 PERFTOOLS_DLL_DECL int tc_posix_memalign(void** ptr,
tcmalloc.h.in 88 PERFTOOLS_DLL_DECL int tc_posix_memalign(void** ptr,
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_gcc_and_weak.h 83 ALIAS(tc_posix_memalign);
libc_override_redefine.h 78 return tc_posix_memalign(r, a, s);
libc_override_osx.h 69 // care can use tc_posix_memalign directly.
197 // and are willing to code to tcmalloc, you can use tc_posix_memalign().
libc_override_glibc.h 85 int __posix_memalign(void** r, size_t a, size_t s) ALIAS(tc_posix_memalign); variable
tcmalloc.cc 229 int tc_posix_memalign(void** ptr, size_t align, size_t size) __THROW
    [all...]
debugallocation.cc     [all...]
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/gperftools/
tcmalloc.h 88 PERFTOOLS_DLL_DECL int tc_posix_memalign(void** ptr,
tcmalloc.h.in 88 PERFTOOLS_DLL_DECL int tc_posix_memalign(void** ptr,
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
tcmalloc.h 98 PERFTOOLS_DLL_DECL int tc_posix_memalign(void** ptr,
tcmalloc.h.in 88 PERFTOOLS_DLL_DECL int tc_posix_memalign(void** ptr,
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
tcmalloc.h.in 88 PERFTOOLS_DLL_DECL int tc_posix_memalign(void** ptr,

Completed in 675 milliseconds