Lines Matching defs:allocated
24 Py_ssize_t allocated;
26 allocated = _BlocksOutputBuffer_InitAndGrow(
28 *avail_out = (uint32_t) allocated;
29 return allocated;
38 Py_ssize_t allocated;
40 allocated = _BlocksOutputBuffer_Grow(
42 *avail_out = (uint32_t) allocated;
43 return allocated;
432 buffer is allocated dynamically and returned. At most max_length bytes are
518 lose address of allocated buffer if realloc fails */