OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_TryRealloc
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_basic_memmgr_unittest.cpp
50
EXPECT_FALSE(
FX_TryRealloc
(int, ptr, kMaxIntAlloc));
59
EXPECT_FALSE(
FX_TryRealloc
(int, ptr, kOverflowIntAlloc));
/external/pdfium/core/include/fxcrt/
fx_memory.h
70
#define
FX_TryRealloc
(type, ptr, size) \
Completed in 3228 milliseconds