MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / dtoa_free

Function dtoa_free

strings/dtoa.c:742–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740*/
741
742static void dtoa_free(char *gptr, char *buf, size_t buf_size)
743{
744 if (gptr < buf || gptr >= buf + buf_size)
745 free(gptr);
746}
747
748
749/* Bigint arithmetic functions */

Callers 2

my_fcvtFunction · 0.85
my_gcvtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected