Searched refs:myfree (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Modules/zlib/ |
D | minigzip.c | 153 void myfree OF((void *, void *)); 163 void myfree(q, p) in myfree() function 209 gz->strm.zfree = myfree;
|
D | example.c | 56 void myfree OF((void *, void *)); 66 void myfree(void *q, void *p) in myfree() function 73 static free_func zfree = myfree;
|
/external/zlib/src/test/ |
D | minigzip.c | 153 void myfree OF((void *, void *)); 163 void myfree(q, p) in myfree() function 209 gz->strm.zfree = myfree;
|
D | example.c | 56 void myfree OF((void *, void *)); 66 void myfree(void *q, void *p) in myfree() function 73 static free_func zfree = myfree;
|
/external/pcre/dist2/src/ |
D | pcre2_context.c | 445 void *(*mymalloc)(size_t, void *), void (*myfree)(void *, void *), in pcre2_set_recursion_memory_management() 450 (void)myfree; in pcre2_set_recursion_memory_management()
|
/external/python/cpython3/Lib/test/ |
D | test_code.py | 284 def myfree(ptr): function 288 FREE_FUNC = freefunc(myfree)
|