Searched refs:bMalloc (Results 1 - 2 of 2) sorted by relevance

/external/srec/portable/src/
H A Dpstream.c67 BOOL bMalloc; /* flag, if the buffer malloced here ? */ member in struct:FileBufferFrame
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)
H A Dpmemory.c752 ESR_BOOL bMalloc = ESR_FALSE; local
799 bMalloc = ESR_TRUE;
811 bMalloc = ESR_TRUE;
820 if (newData != NULL && bMalloc)

Completed in 1205 milliseconds