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

  /external/chromium/base/allocator/
generic_allocators.cc 84 void* _recalloc(void* p, size_t n, size_t elem_size) { function
allocator_unittests.cc 470 reinterpret_cast<unsigned char*>(_recalloc(NULL, 1, src_size));
474 reinterpret_cast<unsigned char*>(_recalloc(src, 1, dst_size));
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 77 void* _recalloc(void* p, size_t n, size_t elem_size) { function

Completed in 42 milliseconds