HomeSort by relevance Sort by last modified time
    Searched refs:fpMalloc (Results 1 - 3 of 3) sorted by null

  /external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.h 60 btk_fpMalloc fpMalloc;
65 /** pointer to preallocated exclusive (=persistent) memory (alternative to fpMalloc) */
71 /** pointer to preallocated shared memory (alternative to fpMalloc) */
SDK.c 94 paramL.fpMalloc = NULL;
115 if( pCreateParamA->fpMalloc != NULL )
120 hsdkL = ( btk_HSDK )pCreateParamA->fpMalloc( bbs_SIZEOF8( struct btk_SDK ) );
126 hsdkL->mallocFPtrE = pCreateParamA->fpMalloc;
  /external/neven/
FaceDetector_jni.cpp 140 sdkParam.fpMalloc = malloc;

Completed in 238 milliseconds