Searched refs:allocate (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/system/ulib/zx/
H A Dvmar.cpp11 zx_status_t vmar::allocate(size_t offset, size_t size, zx_vm_option_t options, function in class:zx::vmar
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dvmar.h49 zx_status_t allocate(size_t offset, size_t size, uint32_t flags,
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dcrypto.c125 __declspec(allocate(".CRT$XCU")) void(*library_init_constructor)(void) =
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc_macros.h78 # define JEMALLOC_SECTION(s) __declspec(allocate(s))
H A Djemalloc.h162 # define JEMALLOC_SECTION(s) __declspec(allocate(s))
/fuchsia/zircon/system/utest/libzx/
H A Dtraits.cpp265 ASSERT_EQ(zx::vmar::root_self()->allocate(0u, 4096u, 0u, &vmar, &addr), ZX_OK);
H A Dzx-test.cpp217 ASSERT_EQ(zx::vmar::root_self()->allocate(0u, size, ZX_VM_CAN_MAP_READ, &vmar, &addr),
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk785 $(LOCAL_DIR)/src/thread/allocate.c \

Completed in 100 milliseconds