Searched refs:nestedTable (Results 1 – 1 of 1) sorted by relevance
40 static const int nestedTable[10][2]; in mallocArraySize() local42 int *table1 = malloc(sizeof nestedTable); in mallocArraySize()43 int (*table2)[2] = malloc(sizeof nestedTable); in mallocArraySize()44 int (*table3)[10][2] = malloc(sizeof nestedTable); in mallocArraySize()