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

  /system/core/sh/
memalloc.h 60 char *makestrspace(void);
69 #define CHECKSTRSPACE(n, p) { if (sstrnleft < n) p = makestrspace(); }
memalloc.c 292 makestrspace(void) function

Completed in 150 milliseconds