Searched defs:REALLOC (Results 1 – 8 of 8) sorted by relevance
| /external/llvm-project/compiler-rt/test/hwasan/TestCases/ |
| D | realloc-test.cpp | 10 #define REALLOC(p, s) reallocarray(p, 1, s) macro 13 #define REALLOC(p, s) realloc(p, s) macro
|
| /external/dtc/tests/ |
| D | sw_tree1.c | 24 REALLOC, enumerator
|
| /external/virglrenderer/src/gallium/auxiliary/util/ |
| D | u_memory.h | 54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) macro
|
| /external/mesa3d/src/util/ |
| D | u_memory.h | 52 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) macro
|
| /external/fastrpc/src/ |
| D | listener_android.c | 68 #define REALLOC realloc macro
|
| /external/python/cpython3/Modules/expat/ |
| D | xmlparse.c | 620 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
|
| /external/expat/lib/ |
| D | xmlparse.c | 621 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
|
| /external/python/cpython2/Modules/expat/ |
| D | xmlparse.c | 651 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p),(s))) macro
|