Home
last modified time | relevance | path

Searched refs:freeFunc (Results 1 – 8 of 8) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtAlignedAllocator.cpp95 void btAlignedAllocSetCustomAligned(btAlignedAllocFunc *allocFunc, btAlignedFreeFunc *freeFunc) in btAlignedAllocSetCustomAligned() argument
98 sAlignedFreeFunc = freeFunc ? freeFunc : btAlignedFreeDefault; in btAlignedAllocSetCustomAligned()
101 void btAlignedAllocSetCustom(btAllocFunc *allocFunc, btFreeFunc *freeFunc) in btAlignedAllocSetCustom() argument
104 sFreeFunc = freeFunc ? freeFunc : btFreeDefault; in btAlignedAllocSetCustom()
DbtAlignedAllocator.h53 void btAlignedAllocSetCustom(btAllocFunc *allocFunc, btFreeFunc *freeFunc);
55 void btAlignedAllocSetCustomAligned(btAlignedAllocFunc *allocFunc, btAlignedFreeFunc *freeFunc);
/external/libxml2/include/libxml/
Dxmlmemory.h104 xmlMemSetup (xmlFreeFunc freeFunc,
109 xmlMemGet (xmlFreeFunc *freeFunc,
114 xmlGcMemSetup (xmlFreeFunc freeFunc,
120 xmlGcMemGet (xmlFreeFunc *freeFunc,
/external/libxml2/
Dxmlmemory.c1012 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup() argument
1018 if (freeFunc == NULL) in xmlMemSetup()
1026 xmlFree = freeFunc; in xmlMemSetup()
1050 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlMemGet() argument
1052 if (freeFunc != NULL) *freeFunc = xmlFree; in xmlMemGet()
1078 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlGcMemSetup() argument
1085 if (freeFunc == NULL) in xmlGcMemSetup()
1095 xmlFree = freeFunc; in xmlGcMemSetup()
1122 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlGcMemGet() argument
1125 if (freeFunc != NULL) *freeFunc = xmlFree; in xmlGcMemGet()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java354 …tAlignedAllocSetCustom(SWIGTYPE_p_f_size_t__p_void allocFunc, SWIGTYPE_p_f_p_void__void freeFunc) { in btAlignedAllocSetCustom() argument
355 …ustom(SWIGTYPE_p_f_size_t__p_void.getCPtr(allocFunc), SWIGTYPE_p_f_p_void__void.getCPtr(freeFunc)); in btAlignedAllocSetCustom()
358 …ocSetCustomAligned(SWIGTYPE_p_f_size_t_int__p_void allocFunc, SWIGTYPE_p_f_p_void__void freeFunc) { in btAlignedAllocSetCustomAligned() argument
359 …d(SWIGTYPE_p_f_size_t_int__p_void.getCPtr(allocFunc), SWIGTYPE_p_f_p_void__void.getCPtr(freeFunc)); in btAlignedAllocSetCustomAligned()
/external/clang/test/CodeGenCXX/
Dfuncsig.cpp8 void freeFunc(int *, char) { in freeFunc() function
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle140 d freeFunc value like(xmlFreeFunc)
146 d freeFunc like(xmlFreeFunc)
152 d freeFunc value like(xmlFreeFunc)
160 d freeFunc like(xmlFreeFunc)
/external/libxml2/python/
Dlibxml.c99 static xmlFreeFunc freeFunc = NULL; variable
140 xmlMemGet((xmlFreeFunc *) & freeFunc, in libxml_xmlDebugMemory()
144 if ((freeFunc == xmlMemFree) && (mallocFunc == xmlMemMalloc) && in libxml_xmlDebugMemory()