Home
last modified time | relevance | path

Searched refs:myfree (Results 1 - 4 of 4) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_context.c460 void *(*mymalloc)(size_t, void *), void (*myfree)(void *, void *), in pcre2_set_recursion_memory_management()
465 (void)myfree; in pcre2_set_recursion_memory_management()
/third_party/zlib/test/
H A Dexample.c45 static void myfree(void *q, void *p) in myfree() function
52 static free_func zfree = myfree;
H A Dminigzip.c158 static void myfree(void *q, void *p) in myfree() function
182 gz->strm.zfree = myfree; in gz_open()
/third_party/python/Lib/test/
H A Dtest_code.py726 def myfree(ptr): member in CodeLocationTest
730 FREE_FUNC = freefunc(myfree)

Completed in 4 milliseconds