Searched refs:mallocFPtrA (Results 1 – 2 of 2) sorted by relevance
/external/neven/Embedded/common/src/b_BasicEm/ |
D | Context.c | 326 …bbs_mallocFPtr mallocFPtrA, /* function pointer to external mem alloc function (s. comment of type… in bbs_Context_addDynamicSeg() argument 354 memManagerL.mallocFPtrE = mallocFPtrA; in bbs_Context_addDynamicSeg() 396 …bbs_mallocFPtr mallocFPtrA, /* function pointer to external mem alloc function (s. comment of type… in bbs_Context_quickInit() argument 401 bbs_Context_addDynamicSeg( cpA, mallocFPtrA, freeFPtrA, FALSE, 0 ); in bbs_Context_quickInit() 402 bbs_Context_addDynamicSeg( cpA, mallocFPtrA, freeFPtrA, TRUE, 0 ); in bbs_Context_quickInit()
|
D | Context.h | 196 …bbs_mallocFPtr mallocFPtrA, /* function pointer to external mem alloc function (s. comment of type… 223 …bbs_mallocFPtr mallocFPtrA, /* function pointer to external mem alloc function (s. comment of type…
|