Home
last modified time | relevance | path

Searched refs:typeNum (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/
H A Dhook_test.c483 int typeNum = BitMapNum(g_hookFlag); in main() local
485 if (typeNum == 0) { in main()
488 typeNum++; in main()
491 pthread_t** thrArrayList = (pthread_t**)malloc(sizeof(pthread_t*) * typeNum); in main()
552 for (type = 0; type < typeNum; type++) { in main()
H A Dmalloc_test.cpp501 int typeNum = BitMapNum(g_hookFlag); in main() local
503 if (typeNum == 0) { in main()
506 typeNum++; in main()
509 pthread_t** thrArrayList = static_cast<pthread_t**>(malloc(sizeof(pthread_t*) * typeNum)); in main()
563 for (type = 0; type < typeNum; type++) { in main()

Completed in 4 milliseconds