Searched refs:mlc_ptr (Results 1 – 1 of 1) sorted by relevance
331 char *mlc_ptr = NULL; in ZTEST() local337 mlc_ptr = malloc(orig_size); in ZTEST()338 zassert_not_null((mlc_ptr), "malloc failed, errno: %d", errno); in ZTEST()343 reloc_ptr = realloc(mlc_ptr, new_size); in ZTEST()345 mlc_ptr = reloc_ptr; in ZTEST()347 free(mlc_ptr); in ZTEST()349 mlc_ptr = NULL; in ZTEST()