Home
last modified time | relevance | path

Searched defs:to_alloc (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3818/
H A Dpoc.c42 size_t to_alloc = 1.6 * 1024 * 1024 * 1024; in main() local
/aosp_15_r20/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.cpp45 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in main() local
H A Dstringperf.h78 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in getEventsPerIteration() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/ustrperf/
H A Dstringperf.cpp45 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in main() local
H A Dstringperf.h78 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in getEventsPerIteration() local
/aosp_15_r20/external/libevent/
H A Dbuffer.c160 size_t to_alloc; in evbuffer_chain_new() local
638 size_t to_alloc; in evbuffer_add_iovec() local
1734 size_t remain, to_alloc; in evbuffer_add() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dvector.hpp793 …propagable_from(const allocator_type &from_alloc, pointer p, const allocator_type &to_alloc, bool … in is_propagable_from()