Searched refs:do_malloc (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/allocator/
H A Dallocator_shim.cc108 ptr = do_malloc(size);
366 return do_malloc(size);
/external/libcxxabi/src/
H A Dcxa_exception.cpp110 static void *do_malloc(size_t size) { function in namespace:__cxxabiv1
161 __cxa_exception* exception_header = static_cast<__cxa_exception*>(do_malloc(actual_size));
180 void *ptr = do_malloc(actual_size);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc64 // in Populate() for pages with sizeclass > 0 objects, and in do_malloc() and
1019 inline void* do_malloc(size_t size);
1023 // This is equivalent to do_malloc() except when tc_new_mode is set to true.
1026 return tc_new_mode ? cpp_alloc(size, true) : do_malloc(size);
1049 // Helper for do_malloc().
1075 inline void* do_malloc(size_t size) { function in namespace:__anon15612
1225 // Either new_size is not a tiny increment, or last do_malloc failed.
1266 void* p = do_malloc(size);
1375 void* p = do_malloc(size);
1479 do_free(do_malloc(
[all...]
H A Ddebugallocation.cc147 #define BASE_MALLOC_NEW do_malloc
148 #define BASE_MALLOC do_malloc
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc64 // in Populate() for pages with sizeclass > 0 objects, and in do_malloc() and
1030 inline void* do_malloc(size_t size);
1034 // This is equivalent to do_malloc() except when tc_new_mode is set to true.
1037 return tc_new_mode ? cpp_alloc(size, true) : do_malloc(size);
1060 // Helper for do_malloc().
1091 inline void* do_malloc(size_t size) { function in namespace:__anon15569
1265 ExcludeMarkFromSize(&new_size); // do_malloc will add space if needed.
1267 // Either new_size is not a tiny increment, or last do_malloc failed.
1311 void* p = do_malloc(size);
1420 void* p = do_malloc(siz
[all...]
H A Ddebugallocation.cc145 #define BASE_MALLOC_NEW do_malloc
146 #define BASE_MALLOC do_malloc

Completed in 210 milliseconds