Searched defs:REALLOC (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_memory.h54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) macro
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_memory.h54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) macro
/external/srec/portable/include/
H A Dpmemory.h67 #define REALLOC(p, n) realloc(p, n) macro
127 #define REALLOC(ptr, newSize) (prealloc(ptr, newSize, L(__FILE__), __LINE__)) macro
132 #define REALLOC(ptr, newSize) (prealloc(ptr, newSize)) macro
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c84 10090 REALLOC
660 #define REALLOC(soname, fnname) \ macro
688 REALLOC(VG_Z_LIBC_SONAME, realloc);
689 REALLOC(SO_SYN_MALLOC, realloc);
692 REALLOC(VG_Z_LIBC_SONAME, realloc);
693 REALLOC(SO_SYN_MALLOC, realloc);
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp5220 int *REALLOC; member in namespace:test110
5238 (*REALLOC)++;
5254 REALLOC = (int*)realloc(NULL, sizeof(int));
5276 FAST_MODE_INIT(REALLOC);
5277 ANNOTATE_EXPECT_RACE(REALLOC, "real race on a realloc-ed object");
5304 free(REALLOC);
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c563 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
1590 : (char *)REALLOC(buffer, len * 2));
1904 return REALLOC(ptr, size);
2074 char *temp = (char *)REALLOC(tag->buf, bufSize);
2428 char *temp = (char *)REALLOC(tag->buf, bufSize);
2739 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE));
2744 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo));
2891 temp = (NS_ATT *)REALLOC(nsAtts, nsAttsSize * sizeof(NS_ATT));
3122 XML_Char *temp = (XML_Char *)REALLOC(b->uri,
4425 char *temp = (char *)REALLOC(groupConnecto
[all...]
/external/expat/lib/
H A Dxmlparse.c563 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
1590 : (char *)REALLOC(buffer, len * 2));
1904 return REALLOC(ptr, size);
2074 char *temp = (char *)REALLOC(tag->buf, bufSize);
2428 char *temp = (char *)REALLOC(tag->buf, bufSize);
2739 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE));
2744 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo));
2891 temp = (NS_ATT *)REALLOC(nsAtts, nsAttsSize * sizeof(NS_ATT));
3122 XML_Char *temp = (XML_Char *)REALLOC(b->uri,
4425 char *temp = (char *)REALLOC(groupConnecto
[all...]

Completed in 5186 milliseconds