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

  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.cpp 62 void* MemoryManager::m_malloc(size_t size) function in class:WTF::MemoryManager
122 void *fastMalloc(size_t n) { return MemoryManager::m_malloc(n); }
  /external/dropbear/
dbutil.c 221 *errstring = (char*)m_malloc(len);
287 *errstring = (char*)m_malloc(len);
325 *errstring = (char*)m_malloc(len);
374 *errstring = (char*)m_malloc(len);
428 retstring = (char*)m_malloc(len);
510 ret = m_malloc(len+1);
621 void * m_malloc(size_t size) { function
626 dropbear_exit("m_malloc failed");
630 dropbear_exit("m_malloc failed");

Completed in 816 milliseconds