Searched refs:alloced (Results 1 – 11 of 11) sorted by relevance
1177 Py_ssize_t alloced; member1525 ms->alloced = (list_size + 1) / 2; in merge_init()1530 if (MERGESTATE_TEMP_SIZE / 2 < ms->alloced) in merge_init()1531 ms->alloced = MERGESTATE_TEMP_SIZE / 2; in merge_init()1532 ms->a.values = &ms->temparray[ms->alloced]; in merge_init()1535 ms->alloced = MERGESTATE_TEMP_SIZE; in merge_init()1564 if (need <= ms->alloced) in merge_getmem()1580 ms->alloced = need; in merge_getmem()1588 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \
3413 int alloced = 0; in playbackv() local3429 alloced = 1; in playbackv()3452 if (alloced) in playbackv()3455 if (alloced) in playbackv()3466 int alloced = 0; in capturev() local3482 alloced = 1; in capturev()3505 if (alloced) in capturev()3508 if (alloced) in capturev()
85 auto* const alloced = static_cast<OpSetAndTag*>( in CallbackUnaryCallImpl() local88 auto* ops = new (&alloced->opset) FullCallOpSet; in CallbackUnaryCallImpl()89 auto* tag = new (&alloced->tag) in CallbackUnaryCallImpl()
80 auto* const alloced = static_cast<OpSetAndTag*>( in CallbackUnaryCallImpl() local83 auto* ops = new (&alloced->opset) FullCallOpSet; in CallbackUnaryCallImpl()84 auto* tag = new (&alloced->tag) in CallbackUnaryCallImpl()
313 size_t alloced; member340 wbuf->alloced = 1024; in ebcdic_new()392 if (inl > (num = wbuf->alloced)) { in ebcdic_write()399 wbuf->alloced = num; in ebcdic_write()
162 SecChar *allocatedFloatStr; /* Initialization must be NULL to store alloced point */1365 /* pFloatStr can be alloced in SecUpdateFloatString function, clear and free it */
880 /* if buffer is alloced on heap, free it */
147 SecChar *allocatedFloatStr; /* Initialization must be NULL to store alloced point */380 /* The pFloatStr can be alloced in SecExtendFloatLen function, clear and free it */
115 char *allocatedFmtStr; /* Initialization must be NULL to store alloced point */
27180 2) the struct is alloced and freed inside the library30076 most time waiting for packets, an fd is alloced and in use pretty
55316 udpsrc: on receive error only unmap and unref buffer if one was alloced and mapped93983 alternate between memory alloced by the display driver and malloc'd userspace