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

  /external/srec/portable/src/
pmemfixed.c 163 static char pHeap[MEM_SIZE];
165 static char *pHeap;
314 pHeap = KS_alloc(HEAP_MAP);
320 pHeap = (char*)malloc(initialHeapSize);
322 if (0 == pHeap)
333 availableMemStartAddress = pHeap;
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 171 milliseconds