typedef struct VA_ { void *p; int elementSize, n, n1; // n1はreallocしたサイズ(つまりマージン込みのサイズ), nは現在利用中のサイズ. const char *nam; } VA;
VA_size(pva, n);
VA_sizeFix(pva, n);