| /third_party/mesa3d/src/intel/tools/ |
| D | aub_mem.c | 55 add_gtt_bo_map(struct aub_mem *mem, struct intel_batch_decode_bo bo, bool ppgtt, bool unmap_after_u… in add_gtt_bo_map() 66 aub_mem_clear_bo_maps(struct aub_mem *mem) in aub_mem_clear_bo_maps() 105 ensure_ggtt_entry(struct aub_mem *mem, uint64_t virt_addr) in ensure_ggtt_entry() 121 search_ggtt_entry(struct aub_mem *mem, uint64_t virt_addr) in search_ggtt_entry() 136 struct phys_mem *mem = rb_node_data(struct phys_mem, node, node); in cmp_phys_mem() local 158 ensure_phys_mem(struct aub_mem *mem, uint64_t phys_addr) in ensure_phys_mem() 182 search_phys_mem(struct aub_mem *mem, uint64_t phys_addr) in search_phys_mem() 198 struct aub_mem *mem = _mem; in aub_mem_local_write() local 211 struct aub_mem *mem = _mem; in aub_mem_ggtt_entry_write() local 227 struct aub_mem *mem = _mem; in aub_mem_phys_write() local [all …]
|
| /third_party/nghttp2/tests/ |
| D | nghttp2_buf_test.c | 38 nghttp2_mem *mem; in test_nghttp2_bufs_add() local 73 nghttp2_mem *mem; in test_nghttp2_bufs_add_stack_buffer_overflow_bug() local 92 nghttp2_mem *mem; in test_nghttp2_bufs_addb() local 157 nghttp2_mem *mem; in test_nghttp2_bufs_orb() local 195 nghttp2_mem *mem; in test_nghttp2_bufs_remove() local 234 nghttp2_mem *mem; in test_nghttp2_bufs_reset() local 271 nghttp2_mem *mem; in test_nghttp2_bufs_advance() local 292 nghttp2_mem *mem; in test_nghttp2_bufs_next_present() local 323 nghttp2_mem *mem; in test_nghttp2_bufs_realloc() local
|
| D | nghttp2_hd_test.c | 53 nghttp2_mem *mem; in test_nghttp2_hd_deflate() local 148 nghttp2_mem *mem; in test_nghttp2_hd_deflate_same_indexed_repr() local 197 nghttp2_mem *mem; in test_nghttp2_hd_inflate_indexed() local 242 nghttp2_mem *mem; in test_nghttp2_hd_inflate_indname_noinc() local 278 nghttp2_mem *mem; in test_nghttp2_hd_inflate_indname_inc() local 316 nghttp2_mem *mem; in test_nghttp2_hd_inflate_indname_inc_eviction() local 375 nghttp2_mem *mem; in test_nghttp2_hd_inflate_newname_noinc() local 409 nghttp2_mem *mem; in test_nghttp2_hd_inflate_newname_inc() local 446 nghttp2_mem *mem; in test_nghttp2_hd_inflate_clearall_inc() local 517 nghttp2_mem *mem; in test_nghttp2_hd_inflate_zero_length_huffman() local [all …]
|
| /third_party/lwip/src/core/ |
| D | mem.c | 169 mem_trim(void *mem, mem_size_t size) in mem_trim() 349 struct mem { struct 351 mem_size_t next; argument 353 mem_size_t prev; argument 358 mem_size_t user_size; argument 370 #define SIZEOF_STRUCT_MEM LWIP_MEM_ALIGN_SIZE(sizeof(struct mem)) argument 432 mem_overflow_init_element(struct mem *mem, mem_size_t user_size) in mem_overflow_init_element() 440 mem_overflow_check_element(struct mem *mem) in mem_overflow_check_element() 446 #define mem_overflow_init_element(mem, size) argument 447 #define mem_overflow_check_element(mem) argument [all …]
|
| /third_party/rust/crates/nix/test/sys/ |
| D | test_mman.rs | 32 let mem = mmap( in test_mremap_grow() localVariable 49 let mem = mremap( in test_mremap_grow() localVariable 58 let mem = mremap( in test_mremap_grow() localVariable 90 let mem = mmap( in test_mremap_shrink() localVariable 106 let mem = mremap( in test_mremap_shrink() localVariable
|
| /third_party/libexif/libexif/ |
| D | exif-mem.c | 37 ExifMem *mem; in exif_mem_new() local 54 exif_mem_ref (ExifMem *mem) in exif_mem_ref() 61 exif_mem_unref (ExifMem *mem) in exif_mem_unref() 69 exif_mem_free (ExifMem *mem, void *d) in exif_mem_free() 79 exif_mem_alloc (ExifMem *mem, ExifLong ds) in exif_mem_alloc() 89 exif_mem_realloc (ExifMem *mem, void *d, ExifLong ds) in exif_mem_realloc()
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| D | ngtcp2_mem.c | 60 void *ngtcp2_mem_malloc(const ngtcp2_mem *mem, size_t size) { in ngtcp2_mem_malloc() 64 void ngtcp2_mem_free(const ngtcp2_mem *mem, void *ptr) { in ngtcp2_mem_free() 68 void *ngtcp2_mem_calloc(const ngtcp2_mem *mem, size_t nmemb, size_t size) { in ngtcp2_mem_calloc() 72 void *ngtcp2_mem_realloc(const ngtcp2_mem *mem, void *ptr, size_t size) { in ngtcp2_mem_realloc() 76 void *ngtcp2_mem_malloc_debug(const ngtcp2_mem *mem, size_t size, in ngtcp2_mem_malloc_debug() 86 void ngtcp2_mem_free_debug(const ngtcp2_mem *mem, void *ptr, const char *func, in ngtcp2_mem_free_debug() 93 void *ngtcp2_mem_calloc_debug(const ngtcp2_mem *mem, size_t nmemb, size_t size, in ngtcp2_mem_calloc_debug() 103 void *ngtcp2_mem_realloc_debug(const ngtcp2_mem *mem, void *ptr, size_t size, in ngtcp2_mem_realloc_debug()
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| D | nghttp3_mem.c | 61 void *nghttp3_mem_malloc(const nghttp3_mem *mem, size_t size) { in nghttp3_mem_malloc() 65 void nghttp3_mem_free(const nghttp3_mem *mem, void *ptr) { in nghttp3_mem_free() 69 void *nghttp3_mem_calloc(const nghttp3_mem *mem, size_t nmemb, size_t size) { in nghttp3_mem_calloc() 73 void *nghttp3_mem_realloc(const nghttp3_mem *mem, void *ptr, size_t size) { in nghttp3_mem_realloc() 77 void *nghttp3_mem_malloc_debug(const nghttp3_mem *mem, size_t size, in nghttp3_mem_malloc_debug() 88 void nghttp3_mem_free_debug(const nghttp3_mem *mem, void *ptr, const char *func, in nghttp3_mem_free_debug() 103 void *nghttp3_mem_calloc_debug(const nghttp3_mem *mem, size_t nmemb, in nghttp3_mem_calloc_debug() 114 void *nghttp3_mem_realloc_debug(const nghttp3_mem *mem, void *ptr, size_t size, in nghttp3_mem_realloc_debug()
|
| /third_party/selinux/libsepol/cil/src/ |
| D | cil_mem.c | 40 void *mem = malloc(size); in cil_malloc() local 54 void *mem = calloc(num_elements, element_size); in cil_calloc() local 65 void *mem = realloc(ptr, size); in cil_realloc() local 80 char *mem = NULL; in cil_strdup() local
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkIPC.inl | 63 void ipc_mem_init (ipc_sharedmemory* mem, char* name, size_t size) 76 unsigned char* ipc_mem_access (ipc_sharedmemory* mem) 93 int ipc_mem_open_existing (ipc_sharedmemory* mem) 107 int ipc_mem_create (ipc_sharedmemory* mem) 122 void ipc_mem_close (ipc_sharedmemory* mem) 169 int ipc_mem_open_existing (ipc_sharedmemory* mem) 182 int ipc_mem_create (ipc_sharedmemory* mem) 202 void ipc_mem_close (ipc_sharedmemory* mem)
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_device_memory.c | 36 struct vn_device_memory *mem = NULL; in vn_device_memory_pool_grow_alloc() local 136 struct vn_device_memory *mem; in vn_device_memory_pool_grow_locked() local 154 struct vn_device_memory *mem, in vn_device_memory_pool_suballocate() 244 struct vn_device_memory *mem, in vn_device_memory_import_dma_buf() 297 struct vn_device_memory *mem, in vn_device_memory_alloc_guest_vram() 350 struct vn_device_memory *mem, in vn_device_memory_alloc_generic() 386 struct vn_device_memory *mem, in vn_device_memory_alloc() 444 struct vn_device_memory *mem = in vn_AllocateMemory() local 492 struct vn_device_memory *mem = vn_device_memory_from_handle(memory); in vn_FreeMemory() local 523 ASSERTED struct vn_device_memory *mem = in vn_GetDeviceMemoryOpaqueCaptureAddress() local [all …]
|
| /third_party/libexif/libexif/huawei/ |
| D | mnote-huawei-data-type.c | 26 ExifMem *mem = exif_mem_new_default (); in exif_huawei_entry_count_new() local 35 exif_huawei_entry_count_new_mem (ExifMem *mem) in exif_huawei_entry_count_new_mem() 56 ExifMem *mem; in exif_huawei_entry_count_free() local
|
| /third_party/unity/extras/memory/src/ |
| D | unity_memory.c | 69 char* mem; in unity_malloc() local 107 static int isOverrun(void* mem) in isOverrun() 116 static void release_memory(void* mem) in release_memory() 138 void unity_free(void* mem) in unity_free() 157 void* mem = unity_malloc(num * size); in unity_calloc() local
|
| /third_party/musl/porting/uniproton/kernel/src/regex/ |
| D | tre-mem.c | 55 tre_mem_t mem; in tre_mem_new_impl() local 71 tre_mem_destroy(tre_mem_t mem) in tre_mem_destroy() 89 tre_mem_alloc_impl(tre_mem_t mem, int provided, void *provided_block, in tre_mem_alloc_impl()
|
| /third_party/musl/src/regex/ |
| D | tre-mem.c | 55 tre_mem_t mem; in tre_mem_new_impl() local 71 tre_mem_destroy(tre_mem_t mem) in tre_mem_destroy() 89 tre_mem_alloc_impl(tre_mem_t mem, int provided, void *provided_block, in tre_mem_alloc_impl()
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
| D | tre-mem.c | 55 tre_mem_t mem; in tre_mem_new_impl() local 71 tre_mem_destroy(tre_mem_t mem) in tre_mem_destroy() 89 tre_mem_alloc_impl(tre_mem_t mem, int provided, void *provided_block, in tre_mem_alloc_impl()
|
| /third_party/musl/porting/liteos_m/kernel/src/regex/ |
| D | tre-mem.c | 55 tre_mem_t mem; in tre_mem_new_impl() local 71 tre_mem_destroy(tre_mem_t mem) in tre_mem_destroy() 89 tre_mem_alloc_impl(tre_mem_t mem, int provided, void *provided_block, in tre_mem_alloc_impl()
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| D | toolutil.cpp | 250 UToolMemory *mem; in utm_open() local 272 utm_close(UToolMemory *mem) { in utm_close() 283 utm_getStart(UToolMemory *mem) { in utm_getStart() 288 utm_countItems(UToolMemory *mem) { in utm_countItems() 294 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity() 333 utm_alloc(UToolMemory *mem) { in utm_alloc() 346 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
|
| /third_party/nghttp2/lib/ |
| D | nghttp2_mem.c | 56 void *nghttp2_mem_malloc(nghttp2_mem *mem, size_t size) { in nghttp2_mem_malloc() 60 void nghttp2_mem_free(nghttp2_mem *mem, void *ptr) { in nghttp2_mem_free() 68 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size) { in nghttp2_mem_calloc() 72 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size) { in nghttp2_mem_realloc()
|
| D | nghttp2_buf.c | 40 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem) { in nghttp2_buf_init2() 45 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem) { in nghttp2_buf_free() 54 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) { in nghttp2_buf_reserve() 92 nghttp2_mem *mem) { in buf_chain_new() 111 static void buf_chain_del(nghttp2_buf_chain *chain, nghttp2_mem *mem) { in buf_chain_del() 117 nghttp2_mem *mem) { in nghttp2_bufs_init() 122 size_t max_chunk, size_t offset, nghttp2_mem *mem) { in nghttp2_bufs_init2() 129 nghttp2_mem *mem) { in nghttp2_bufs_init3() 203 nghttp2_mem *mem) { in nghttp2_bufs_wrap_init() 230 size_t veclen, nghttp2_mem *mem) { in nghttp2_bufs_wrap_init2()
|
| /third_party/node/deps/nghttp2/lib/ |
| D | nghttp2_mem.c | 56 void *nghttp2_mem_malloc(nghttp2_mem *mem, size_t size) { in nghttp2_mem_malloc() 60 void nghttp2_mem_free(nghttp2_mem *mem, void *ptr) { in nghttp2_mem_free() 68 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size) { in nghttp2_mem_calloc() 72 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size) { in nghttp2_mem_realloc()
|
| D | nghttp2_buf.c | 40 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem) { in nghttp2_buf_init2() 45 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem) { in nghttp2_buf_free() 54 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) { in nghttp2_buf_reserve() 92 nghttp2_mem *mem) { in buf_chain_new() 111 static void buf_chain_del(nghttp2_buf_chain *chain, nghttp2_mem *mem) { in buf_chain_del() 117 nghttp2_mem *mem) { in nghttp2_bufs_init() 122 size_t max_chunk, size_t offset, nghttp2_mem *mem) { in nghttp2_bufs_init2() 129 nghttp2_mem *mem) { in nghttp2_bufs_init3() 203 nghttp2_mem *mem) { in nghttp2_bufs_wrap_init() 230 size_t veclen, nghttp2_mem *mem) { in nghttp2_bufs_wrap_init2()
|
| /third_party/skia/third_party/externals/libwebp/src/demux/ |
| D | demux.c | 109 static int RemapMemBuffer(MemBuffer* const mem, in RemapMemBuffer() 118 static int InitMemBuffer(MemBuffer* const mem, in InitMemBuffer() 125 static WEBP_INLINE size_t MemDataSize(const MemBuffer* const mem) { in MemDataSize() 130 static WEBP_INLINE int SizeIsInvalid(const MemBuffer* const mem, size_t size) { in SizeIsInvalid() 134 static WEBP_INLINE void Skip(MemBuffer* const mem, size_t size) { in Skip() 138 static WEBP_INLINE void Rewind(MemBuffer* const mem, size_t size) { in Rewind() 142 static WEBP_INLINE const uint8_t* GetBuffer(MemBuffer* const mem) { in GetBuffer() 147 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) { in ReadByte() 153 static WEBP_INLINE int ReadLE16s(MemBuffer* const mem) { in ReadLE16s() 160 static WEBP_INLINE int ReadLE24s(MemBuffer* const mem) { in ReadLE24s() [all …]
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| D | toolutil.cpp | 275 UToolMemory *mem; in utm_open() local 297 utm_close(UToolMemory *mem) { in utm_close() 308 utm_getStart(UToolMemory *mem) { in utm_getStart() 313 utm_countItems(UToolMemory *mem) { in utm_countItems() 319 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity() 358 utm_alloc(UToolMemory *mem) { in utm_alloc() 371 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| D | toolutil.cpp | 275 UToolMemory *mem; in utm_open() local 297 utm_close(UToolMemory *mem) { in utm_close() 308 utm_getStart(UToolMemory *mem) { in utm_getStart() 313 utm_countItems(UToolMemory *mem) { in utm_countItems() 319 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity() 358 utm_alloc(UToolMemory *mem) { in utm_alloc() 371 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
|