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

  /external/srec/portable/src/
pstream.c 67 BOOL bMalloc; /* flag, if the buffer malloced here ? */
107 buffer: is NULL, allocate here and set bMalloc as TRUE; otherwise use the external buffer
121 fb->bMalloc = FALSE;
133 fb->bMalloc = TRUE;
152 if (curr->bMalloc)
pmemory.c 752 ESR_BOOL bMalloc = ESR_FALSE;
799 bMalloc = ESR_TRUE;
811 bMalloc = ESR_TRUE;
820 if (newData != NULL && bMalloc)

Completed in 36 milliseconds