Home
last modified time | relevance | path

Searched refs:allocated_size (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/boards/native/nrf_bsim/
Dnsi_if.c52 int allocated_size; member
57 if (test_args.test_case_argc >= test_args.allocated_size) { in nsif_cpun_save_test_arg()
58 test_args.allocated_size += TESTCASAE_ARGV_ALLOCSIZE; in nsif_cpun_save_test_arg()
60 test_args.allocated_size * sizeof(char *)); in nsif_cpun_save_test_arg()