Home | History | Annotate | Download | only in libxml2

Lines Matching full:mh_size

93     size_t         mh_size;
183 p->mh_size = size;
252 p->mh_size = size;
337 debugMemSize -= p->mh_size;
340 oldsize = p->mh_size;
354 xmlMemTraceBlockAt, (long unsigned)p->mh_size,
361 p->mh_size = size;
441 memset(target, -1, p->mh_size);
443 debugMemSize -= p->mh_size;
446 size = p->mh_size;
497 p->mh_size = size;
586 int i,j,k,len = p->mh_size;
672 (unsigned long)p->mh_size);
696 nbBytes -= (unsigned long)p->mh_size;
753 (unsigned long)p->mh_size);
861 fprintf(fp,"%6lu %6lu ",p->mh_number,(unsigned long)p->mh_size);