Lines Matching refs:malloc
4264 GLOB = (int*)malloc(128 * sizeof(int));
4312 GLOB = (int*)malloc(128 * sizeof(int));
4844 GLOB = (int*)malloc(128 * sizeof(int));
5268 // test119: TP. Testing that malloc does not introduce any HB arc. {{{1
5273 free(malloc(123));
5277 free(malloc(345));
5281 printf("test119: positive (checking if malloc creates HB arcs)\n");
6113 printf("test147: malloc 1.5G\n");
6114 free(malloc((1 << 30) + (1 << 29)));
6164 printf("test149: malloc 8x%dM\n", kChunkSize / (1 << 20));
6167 mem[i] = malloc(kChunkSize);
6508 char *mem = (char*)malloc(100);
6557 p = (char*)malloc(10);
6755 p = (int*)malloc(100 * sizeof(int));