Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/
Dfreelist_allocator.h312 bool CanCreateNewBlockFromRemainder(MemoryBlockHeader *memory, size_t alloc_size) in CanCreateNewBlockFromRemainder()
/arkcompiler/runtime_core/libpandabase/os/
Dmutex.cpp24 namespace panda::os::memory { namespace
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp31 namespace panda::os::unix::memory::futex { namespace
Dmutex.cpp27 namespace panda::os::unix::memory::futex { namespace
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp1119 [[maybe_unused]] auto memory = va_arg(args, size_t); in TraceEntrypoint() local