Home
last modified time | relevance | path

Searched refs:alloced (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Objects/
Dlistobject.c1177 Py_ssize_t alloced; member
1525 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 : \
/third_party/alsa-utils/aplay/
Daplay.c3413 int alloced = 0; in playbackv() local
3429 alloced = 1; in playbackv()
3452 if (alloced) in playbackv()
3455 if (alloced) in playbackv()
3466 int alloced = 0; in capturev() local
3482 alloced = 1; in capturev()
3505 if (alloced) in capturev()
3508 if (alloced) in capturev()
/third_party/grpc/include/grpcpp/impl/codegen/
Dclient_callback.h85 auto* const alloced = static_cast<OpSetAndTag*>( in CallbackUnaryCallImpl() local
88 auto* ops = new (&alloced->opset) FullCallOpSet; in CallbackUnaryCallImpl()
89 auto* tag = new (&alloced->tag) in CallbackUnaryCallImpl()
Dclient_callback_impl.h80 auto* const alloced = static_cast<OpSetAndTag*>( in CallbackUnaryCallImpl() local
83 auto* ops = new (&alloced->opset) FullCallOpSet; in CallbackUnaryCallImpl()
84 auto* tag = new (&alloced->tag) in CallbackUnaryCallImpl()
/third_party/openssl/apps/
Ds_server.c313 size_t alloced; member
340 wbuf->alloced = 1024; in ebcdic_new()
392 if (inl > (num = wbuf->alloced)) { in ebcdic_write()
399 wbuf->alloced = num; in ebcdic_write()
/third_party/mindspore/third_party/securec/src/
Dinput.inl162 SecChar *allocatedFloatStr; /* Initialization must be NULL to store alloced point */
1365 /* pFloatStr can be alloced in SecUpdateFloatString function, clear and free it */
Doutput.inl880 /* if buffer is alloced on heap, free it */
/third_party/bounds_checking_function/src/
Dinput.inl147 SecChar *allocatedFloatStr; /* Initialization must be NULL to store alloced point */
380 /* The pFloatStr can be alloced in SecExtendFloatLen function, clear and free it */
Doutput.inl115 char *allocatedFmtStr; /* Initialization must be NULL to store alloced point */
/third_party/gstreamer/gstreamer/
DChangeLog27180 2) the struct is alloced and freed inside the library
30076 most time waiting for packets, an fd is alloced and in use pretty
/third_party/gstreamer/gstplugins_good/
DChangeLog55316 udpsrc: on receive error only unmap and unref buffer if one was alloced and mapped
93983 alternate between memory alloced by the display driver and malloc'd userspace