Searched refs:sysexAlloc (Results 1 – 1 of 1) sorted by relevance
88 size_t sysexAlloc = 0; in GetData() local109 if (sysexSize == sysexAlloc) { in GetData()110 sysexAlloc *= 2; in GetData()111 sysexBuf = (uint8*) realloc(sysexBuf, sysexAlloc); in GetData()141 sysexAlloc = 4096; in GetData()142 sysexBuf = (uint8*) malloc(sysexAlloc); in GetData()