Searched refs:bufSz (Results 1 – 3 of 3) sorted by relevance
27 void *reallocOrDie(void *buf, size_t bufSz) in reallocOrDie() argument29 void *newBuf = realloc(buf, bufSz); in reallocOrDie()31 fprintf(stderr, "Failed to allocate %zu bytes\n", bufSz); in reallocOrDie()
23 void *reallocOrDie(void *buf, size_t bufSz);
105 uint32_t bufSz = bufUsed * 3 /2; in handleApp() local108 buf = reallocOrDie(buf, bufSz); in handleApp()398 assertMem(bufUsed, bufSz); in handleApp()449 assertMem(bufUsed + hdrDiff, bufSz); in handleApp()