Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/
Dallocator.c204 char *new_string = (char *)osi_calloc(size); in osi_strdup() local
206 if (!new_string) { in osi_strdup()
210 memcpy(new_string, str, size); in osi_strdup()
211 return new_string; in osi_strdup()