Searched refs:nestedTable (Results 1 – 1 of 1) sorted by relevance
42 static const int nestedTable[10][2]; in mallocArraySize() local44 int *table1 = malloc(sizeof nestedTable); in mallocArraySize()45 int (*table2)[2] = malloc(sizeof nestedTable); in mallocArraySize()46 int (*table3)[10][2] = malloc(sizeof nestedTable); in mallocArraySize()