Searched refs:Realloc (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/images/
H A Dfpdfemb.h135 // Interfce: Realloc
153 void* (*Realloc)(struct FPDFEMB_MEMMGR* pMgr, void* pointer, unsigned int new_size); member in struct:FPDFEMB_MEMMGR
241 // Interfce: Realloc
260 void* (*Realloc)(struct FPDFEMB_MEMMGR_EX* pMgr, void* pointer, unsigned int new_size, int flags); member in struct:FPDFEMB_MEMMGR_EX
266 // handle - Handle to movable memory block, returned by Alloc or Realloc.
279 // handle - Handle to movable memory block, returned by Alloc or Realloc.
H A DSkImageDecoder_fpdfemb.cpp185 memmgr.Realloc = pdf_realloc;
/external/chromium/net/socket_stream/
H A Dsocket_stream.h166 void Realloc(size_t new_size);
H A Dsocket_stream.cc37 void SocketStream::ResponseHeaders::Realloc(size_t new_size) { function in class:net::SocketStream::ResponseHeaders
611 tunnel_response_headers_->Realloc(tunnel_response_headers_capacity_);
/external/chromium/base/
H A Dprocess_util_unittest.cc451 TEST_F(OutOfMemoryTest, Realloc) {

Completed in 95 milliseconds