Searched refs:new_ptr (Results 1 – 1 of 1) sorted by relevance
289 u8 *new_ptr; in section_add_string() local292 if (NULL == (new_ptr = malloc(new_size))) in section_add_string()297 memcpy(new_ptr, s->ptr, s->size); in section_add_string()298 strcpy(new_ptr + s->size, string); in section_add_string()302 s->ptr = new_ptr; in section_add_string()