Home
last modified time | relevance | path

Searched defs:new_memory (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/metrics/
H A Dfield_trial_unittest.cc936 const void* new_memory = field_trial_list->field_trial_allocator_->data(); in TEST_F() local
/aosp_15_r20/external/libchrome/base/metrics/
H A Dfield_trial_unittest.cc1224 void* new_memory = field_trial_list.field_trial_allocator_->shared_memory(); in TEST() local
/aosp_15_r20/external/clang/test/Analysis/
H A Dmalloc.c1691 char *new_memory = realloc(*memory, 47); in testReallocEscaped() local
/aosp_15_r20/external/crosvm/acpi_tables/src/
H A Daml.rs553 pub fn new_memory(cacheable: AddressSpaceCachable, read_write: bool, min: T, max: T) -> Self { in new_memory() method