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

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
override_functions.cc 54 extern "C" void* _recalloc(void* p, size_t n, size_t size) { function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
override_functions.cc 54 extern "C" void* _recalloc(void* p, size_t n, size_t size) { function
  /external/chromium_org/base/allocator/
generic_allocators.cc 84 void* _recalloc(void* p, size_t n, size_t elem_size) { function
allocator_unittest.cc 468 reinterpret_cast<unsigned char*>(_recalloc(NULL, 1, src_size));
472 reinterpret_cast<unsigned char*>(_recalloc(src, 1, dst_size));
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 90 void* _recalloc(void* p, size_t n, size_t elem_size) { function
asan_dll_thunk.cc 297 WRAP_W_WWW(_recalloc)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
malloc.h 80 _CRTIMP void *__cdecl _recalloc(void *_Memory,size_t _Count,size_t _Size);
crtdbg.h 145 #define _recalloc_dbg(p,c,s,t,f,l) _recalloc(p,c,s)
stdlib.h 441 _CRTIMP void *__cdecl _recalloc(void *_Memory,size_t _Count,size_t _Size);

Completed in 183 milliseconds