Searched refs:memory (Results 1 - 25 of 45) sorted by relevance

12

/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dsource_manager.h8 #include <memory>
H A Djson_generator.h8 #include <memory>
H A Dtables_generator.h9 #include <memory>
/fuchsia/zircon/system/utest/core/memory-mapping/
H A Drules.mk14 $(LOCAL_DIR)/memory-mapping.cpp
16 MODULE_NAME := memory-mapping-test
/fuchsia/zircon/system/ulib/explicit-memory/
H A Dbytes.c5 #include <explicit-memory/bytes.h>
/fuchsia/zircon/system/utest/fzl/
H A Dmemory_probe_tests.cpp5 #include <lib/fzl/memory-probe.h>
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dredir.c94 * stdout, is saved in memory.
107 char memory[10]; /* file descriptors to write to memory */ local
110 memory[i] = 0;
111 memory[1] = flags & REDIR_BACKQ;
150 dupredirect(n, newfd, memory);
157 if (memory[1])
159 if (memory[2])
244 dupredirect(redir, f, memory)
251 char memory[1
[all...]
/fuchsia/zircon/kernel/lib/explicit-memory/
H A Drules.mk7 SRC_DIR := system/ulib/explicit-memory
/fuchsia/zircon/kernel/lib/crypto/
H A Drules.mk19 MODULE_DEPS += kernel/lib/explicit-memory
H A Dglobal_prng.cpp12 #include <explicit-memory/bytes.h>
H A Dprng.cpp11 #include <explicit-memory/bytes.h>
/fuchsia/zircon/system/ulib/fzl/
H A Drules.mk15 $(LOCAL_DIR)/memory-probe.cpp \
H A Dmemory-probe.cpp5 #include <lib/fzl/memory-probe.h>
73 // Thread terminated normally so the memory is readable/writable.
/fuchsia/zircon/kernel/kernel/
H A Drules.mk15 kernel/lib/explicit-memory \
/fuchsia/zircon/system/dev/misc/tpm/
H A Drules.mk23 system/ulib/explicit-memory \
/fuchsia/zircon/system/dev/tee/optee/
H A Drules.mk16 $(LOCAL_DIR)/shared-memory.cpp \
H A Doptee-message.h15 #include "shared-memory.h"
174 explicit MessageBase(SharedMemoryPtr memory) argument
175 : memory_(fbl::move(memory)) {}
272 // * memory: A pointer to the SharedMemory object backing the RpcMessage. This pointer must
274 explicit RpcMessage(SharedMemory* memory) argument
275 : MessageBase(memory), is_valid_(TryInitializeMembers()) {}
/fuchsia/zircon/system/ulib/crypto/
H A Drules.mk28 system/ulib/explicit-memory \
H A Dsecret.cpp10 #include <explicit-memory/bytes.h>
H A Dbytes.cpp11 #include <explicit-memory/bytes.h>
51 // Allocate new memory
H A Dhkdf.cpp11 #include <explicit-memory/bytes.h>
/fuchsia/zircon/kernel/platform/pc/
H A Drules.mk21 $(LOCAL_DIR)/memory.cpp \
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Dacmsvc.h162 * Debugging memory corruption issues with windows:
164 * Add _ASSERTE(_CrtCheckMemory()); where needed to test memory integrity.
165 * This can quickly localize the memory corruption.
178 * memory leak, add to the macro above.
180 Detected memory leaks!
/fuchsia/zircon/system/private/efi/
H A Dboot-services.h93 size_t pages, efi_physical_addr* memory) EFIAPI;
95 efi_status (*FreePages) (efi_physical_addr memory, size_t pages) EFIAPI;
/fuchsia/zircon/system/ulib/zircon/
H A Drules.mk52 # Make it use a simplified, hardened memory layout.

Completed in 135 milliseconds

12