Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-23852/
Dpoc.cpp334 mem_struct_t xml_malloc_list[kMaxEntries]; variable
340 xml_malloc_list[xml_malloc_list_size].mem_ptr = ptr; in xml_malloc()
341 xml_malloc_list[xml_malloc_list_size].mem_size = size; in xml_malloc()
349 if (target_ptr == xml_malloc_list[i].mem_ptr && in match_allocation_size()
350 target_size == xml_malloc_list[i].mem_size) { in match_allocation_size()