Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_win.cc379 uptr allocated_space = region->content + region->allocated_size; in AllocateMemoryForTrampoline() local
381 WritePadding(allocated_space, size); in AllocateMemoryForTrampoline()
383 return allocated_space; in AllocateMemoryForTrampoline()
/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp394 uptr allocated_space = region->content + region->allocated_size; in AllocateMemoryForTrampoline() local
396 WritePadding(allocated_space, size); in AllocateMemoryForTrampoline()
398 return allocated_space; in AllocateMemoryForTrampoline()