docs/Writerside/topics/allocator.h.md

changeset 1440
0d1430668271
parent 1436
c331add0d9f8
equal deleted inserted replaced
1439:8e7fe85febc0 1440:0d1430668271
217 dst->value = cx_strdup_a(allocator, src->value); 217 dst->value = cx_strdup_a(allocator, src->value);
218 return dst; 218 return dst;
219 } 219 }
220 ``` 220 ```
221 221
222 Clone functions are, for example, used by the functions to clone [lists](list.h.md#clone) or maps. 222 Clone functions are, for example, used by the functions to clone [lists](list.h.md#clone) or [maps](map.h.md#clone).
223 223
224 <seealso> 224 <seealso>
225 <category ref="apidoc"> 225 <category ref="apidoc">
226 <a href="https://ucx.sourceforge.io/api/allocator_8h.html">allocator.h</a> 226 <a href="https://ucx.sourceforge.io/api/allocator_8h.html">allocator.h</a>
227 </category> 227 </category>

mercurial