HomeSort by relevance Sort by last modified time
    Searched full:pvalloc (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 82 #include <malloc.h> // defines pvalloc/etc on cygwin
97 // Windows doesn't define pvalloc and a few other obsolete unix
102 # define pvalloc malloc macro
    [all...]
heap-checker_unittest.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
config.h 46 /* Define to 1 if you have the declaration of `pvalloc', and to 0 if you
  /bionic/libc/upstream-dlmalloc/
malloc.h 59 #define dlpvalloc pvalloc
453 pvalloc(size_t n);
  /external/chromium/base/
process_util_unittest.cc 776 TEST_F(OutOfMemoryDeathTest, Pvalloc) {
779 value_ = pvalloc(test_size_);
process_util_linux.cc 673 DIE_ON_OOM_1(pvalloc)
  /external/eigen/unsupported/test/mpreal/
dlmalloc.h 53 #define dlpvalloc pvalloc
344 pvalloc(size_t n);
  /external/compiler-rt/lib/tsan/rtl/
tsan_stat.cc 116 name[StatInt_pvalloc] = " pvalloc ";
tsan_interceptors.cc 722 TSAN_INTERCEPTOR(void*, pvalloc, uptr sz) {
723 SCOPED_TSAN_INTERCEPTOR(pvalloc, sz);
    [all...]
  /external/svox/pico/lib/
picopal.c 413 function on UNIX systems is pvalloc */
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /bionic/libc/bionic/
malloc_debug_common.cpp 197 extern "C" void* pvalloc(size_t bytes) { function
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h 291 // valloc(), pvalloc(), new, or new[], and must refer to memory that
  /external/chromium_org/third_party/tcmalloc/vendor/
configure.ac 163 pvalloc],,,
Makefile.am 31 -fno-builtin-valloc -fno-builtin-pvalloc
90 -W memalign -W posix_memalign -W valloc -W pvalloc \
    [all...]
ChangeLog 274 * BUGFIX: pvalloc(0) allocates now (found by new debugalloc library)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h 311 // valloc(), pvalloc(), new, or new[], and must refer to memory that
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 666 // pvalloc(0) should allocate one page.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc     [all...]
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc     [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 

Completed in 1856 milliseconds

1 2 34 5