Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dfield_trial_unittest.cc1224 void* new_memory = field_trial_list.field_trial_allocator_->shared_memory(); in TEST() local
/external/clang/test/Analysis/
Dmalloc.c1691 char *new_memory = realloc(*memory, 47); in testReallocEscaped() local
/external/crosvm/acpi_tables/src/
Daml.rs491 pub fn new_memory(cacheable: AddressSpaceCachable, read_write: bool, min: T, max: T) -> Self { in new_memory() method
/external/llvm-project/clang/test/Analysis/
Dmalloc.c1697 char *new_memory = realloc(*memory, 47); in testReallocEscaped() local