Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/mremap/
Dmremap05.c51 char *old_address; member
140 t->ret = mremap(t->old_address, t->old_size, t->new_size, t->flags, in test_mremap()
164 t->old_address = get_test_area(t->old_size * pagesize, 0); in setup0()
170 t->old_address = get_test_area(t->old_size * pagesize, 0); in setup1()
176 t->old_address = get_test_area(t->old_size * pagesize, 0); in setup2()
177 t->new_address = t->old_address; in setup2()
182 t->old_address = get_test_area(t->old_size * pagesize, 0); in setup3()
185 *(t->old_address) = 0x1; in setup3()
190 t->old_address = get_test_area(t->old_size * pagesize, 0); in setup4()
193 *(t->old_address) = 0x1; in setup4()
[all …]
/external/v8/src/heap/
Dheap-inl.h498 bool Heap::ShouldBePromoted(Address old_address, int object_size) { in ShouldBePromoted() argument
499 Page* page = Page::FromAddress(old_address); in ShouldBePromoted()
502 (!page->ContainsLimit(age_mark) || old_address < age_mark); in ShouldBePromoted()
Dheap.h866 inline bool ShouldBePromoted(Address old_address, int object_size);
/external/libchrome/base/memory/
Dshared_memory_unittest.cc471 void* old_address = memory.memory(); in TEST() local
475 EXPECT_EQ(old_address, memory.memory()); in TEST()
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h473 static void ReallocHookIfEnabled(void* old_address, in ReallocHookIfEnabled() argument
481 free_hook(old_address); in ReallocHookIfEnabled()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h3795 LSS_INLINE void *LSS_NAME(mremap)(void *old_address, size_t old_size, in LSS_NAME()
3801 rc = LSS_NAME(_mremap)(old_address, old_size, new_size, in LSS_NAME()