Searched refs:MemRealloc (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dalloc.c62 void* MemRealloc( void* mem, size_t newsize ) function
H A Dbuffio.c111 bp = (byte*)MemRealloc( buf->bp, allocAmt );
H A Distack.c90 lexer->istack = (IStack *)MemRealloc(lexer->istack,
H A Dattrs.c1009 styleattr->value = (tmbstr) MemRealloc(styleattr->value,
1019 styleattr->value = (tmbstr) MemRealloc(styleattr->value,
1030 styleattr->value = (tmbstr) MemRealloc(styleattr->value,
H A Dstreamio.c247 in->otextbuf = MemRealloc(in->otextbuf, in->otextsize + size);
528 in->charbuf = (tchar*)MemRealloc(in->charbuf, sizeof(tchar) * ++(in->bufsize));
H A Dpprint.c315 ip = (uint*) MemRealloc( pprint->linebuf, buflen*sizeof(uint) );
H A Dlexer.c712 buf = (tmbstr) MemRealloc( lexer->lexbuf, allocAmt );
/macosx-10.10.1/tidy-15.15/tidy/console/
H A Dtab2space.c55 void *MemRealloc(void *old, size_t size) function
107 in->buf = (char *)MemRealloc(in->buf, in->length*sizeof(char));
/macosx-10.10.1/tidy-15.15/tidy/include/
H A Dplatform.h608 void *MemRealloc(void *mem, size_t newsize);

Completed in 153 milliseconds