Searched defs:mem (Results 1 - 25 of 40) sorted by relevance

12

/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dslab_malloc.h30 void* mem = ::malloc(amt); local
/fuchsia/zircon/system/ulib/zxcpp/
H A Dnew.cpp25 auto mem = ::malloc(s); local
36 auto mem = ::malloc(s); local
/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dgetgrent_a.c10 int __getgrent_a(FILE* f, struct group* gr, char** line, size_t* size, char*** mem, size_t* nmem, argument
H A Dfgetgrent.c5 static char *line, **mem; local
H A Dgetgr_r.c9 char** mem = 0; local
H A Dgetgrent.c4 static char *line, **mem; variable
H A Dgetgrouplist.c22 char** mem = 0; local
H A Dgetgr_a.c18 int __getgr_a(const char* name, gid_t gid, struct group* gr, char** buf, size_t* size, char*** mem, argument
[all...]
/fuchsia/zircon/kernel/lib/crypto/entropy/
H A Djitterentropy_collector.cpp46 static uint8_t mem[JITTERENTROPY_MEM_SIZE]; local
71 JitterentropyCollector::JitterentropyCollector(uint8_t* mem, size_t len) argument
/fuchsia/zircon/kernel/object/
H A Dbuffer_chain_tests.cpp66 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(kSize); local
H A Dmessage_packet_tests.cpp22 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(kSize); local
51 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(kSize); local
79 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(1); local
96 fbl::unique_ptr<UserMemory> mem local
125 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(kSize); local
[all...]
H A Dmbuf_tests.cpp29 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(1); local
40 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(1); local
59 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(kWriteLen); local
107 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(1); local
124 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(kWriteLen); local
154 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(1); local
166 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(1); local
183 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(kWriteLen); local
237 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(kMaxLength); local
271 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(1); local
288 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(kWriteLen); local
320 fbl::unique_ptr<UserMemory> mem = UserMemory::Create(kHugePacketSize); local
[all...]
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-descriptors.cpp47 DescriptorListMemory::Iterator::Iterator(fbl::RefPtr<DescriptorListMemory> mem) argument
/fuchsia/zircon/system/ulib/fbl/
H A Dalloc_checker.cpp32 void* checked(size_t size, AllocChecker* ac, void* mem) { argument
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dwcsstr.c8 size_t l, ip, jp, k, p, ms, p0, mem, mem0; local
H A Dstrstr.c35 size_t l, ip, jp, k, p, ms, p0, mem, mem0; local
[all...]
H A Dmemmem.c39 size_t i, ip, jp, k, p, ms, p0, mem, mem0; local
[all...]
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dtre-mem.c53 tre_mem_t mem; local
65 void tre_mem_destroy(tre_mem_t mem) { argument
79 tre_mem_alloc_impl(tre_mem_t mem, int provided, void* provided_block, int zero, size_t size) argument
[all...]
/fuchsia/zircon/system/uapp/crasher/
H A Dcrasher.c98 int mem(volatile unsigned int* arg) { function
/fuchsia/zircon/third_party/ulib/ngunwind/src/mi/
H A Dmempool.c96 add_memory (struct mempool *pool, char *mem, size_t size, size_t obj_size) argument
108 char *mem; local
[all...]
/fuchsia/zircon/kernel/lib/debugcommands/
H A Ddebugcommands.cpp59 STATIC_COMMAND_END(mem); variable
/fuchsia/zircon/kernel/lib/fbl/include/fbl/
H A Darena.h158 void RawFree(void* mem) { argument
/fuchsia/zircon/system/dev/pci/amlogic-pcie/
H A Daml-pcie.cpp181 EstablishLink(const iatu_translation_entry_t* cfg, const iatu_translation_entry_t* io, const iatu_translation_entry_t* mem) argument
/fuchsia/zircon/system/ulib/region-alloc/
H A Dregion-alloc-c-api.cpp39 void* mem = ::malloc(sizeof(RegionAllocator)); local
/fuchsia/zircon/third_party/lib/jitterentropy/include/lib/jitterentropy/
H A Djitterentropy.h83 unsigned char *mem; /* Memory access location with size of member in struct:rand_data

Completed in 363 milliseconds

12