HomeSort by relevance Sort by last modified time
    Searched defs:MM_allocate (Results 1 - 2 of 2) sorted by null

  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_audit.cpp 119 /* Function : MM_allocate() */
129 OSCL_EXPORT_REF void* MM_Audit_Imp::MM_allocate(const OsclMemStatsNode* pInStatsNode,
140 printf("In MM_allocate, nBytes %d, file_name is %s, line_num is %d\n", sizeIn, pFileName, lineNumber);
144 printf("In MM_allocate with tag %s operator, nBytes %d\n", sizeIn);
739 /* attempt, i.e. MM_allocate(); then update/creat the corresponding */
    [all...]
oscl_mem_audit.h 464 OSCL_IMPORT_REF void *MM_allocate(const OsclMemStatsNode* statsNode,
508 * @returns pointer to OsclMemStatsNode which should be passed to MM_allocate
807 void *MM_allocate(const OsclMemStatsNode* statsNode,
816 void* result = _pMM_Audit_Imp->MM_allocate(statsNode, sizeIn, pFileName, lineNumber, allocNodeTracking);
896 * @returns pointer to OsclMemStatsNode which should be passed to MM_allocate
    [all...]

Completed in 44 milliseconds