Searched refs:_recalloc (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/allocator/
H A Dgeneric_allocators.cc84 void* _recalloc(void* p, size_t n, size_t elem_size) { function
H A Dallocator_unittests.cc470 reinterpret_cast<unsigned char*>(_recalloc(NULL, 1, src_size));
474 reinterpret_cast<unsigned char*>(_recalloc(src, 1, dst_size));

Completed in 70 milliseconds