Searched defs:mem (Results 1 – 7 of 7) sorted by relevance
/sof-3.4.0/test/cmocka/src/lib/alloc/ |
D | alloc.c | 235 void *mem; in alloc() local 246 static void alloc_free(void **mem, struct test_case *tc) in alloc_free() 262 void *mem = alloc(tc); in test_lib_alloc_bulk_free() local 278 void *mem = alloc(tc); in test_lib_alloc_immediate_free() local 291 char *mem = rzalloc(tc->alloc_zone, 0, tc->alloc_caps, in test_lib_alloc_zero() local
|
/sof-3.4.0/src/arch/xtensa/debug/gdb/ |
D | utilities.c | 47 unsigned char arch_gdb_load_from_memory(void *mem) in arch_gdb_load_from_memory() 62 void arch_gdb_memory_load_and_store(void *mem, unsigned char ch) in arch_gdb_memory_load_and_store()
|
/sof-3.4.0/src/audio/ |
D | channel_map.c | 29 char *mem; in chmap_get() local
|
/sof-3.4.0/src/arch/xtensa/hal/ |
D | misc.c | 142 #define MEMTRIPLET(n,mem,memcap) _MEMTRIPLET(n,mem,memcap) argument 143 #define _MEMTRIPLET(n,mem,memcap) MEMTRIPLET##n(mem,memcap) argument 144 #define MEMTRIPLET0(mem,memcap) \ argument 148 #define MEMTRIPLET1(mem,memcap) \ argument 152 #define MEMTRIPLET2(mem,memcap) \ argument
|
/sof-3.4.0/src/debug/gdb/ |
D | gdb.c | 443 unsigned char *mem = mem_; in mem_to_hex() local 465 unsigned char *mem = mem_; in hex_to_mem() local
|
/sof-3.4.0/src/audio/module_adapter/module/ |
D | generic.c | 162 struct module_memory *mem; in module_free_memory() local 295 struct module_memory *mem; in module_free_all_memory() local
|
/sof-3.4.0/zephyr/lib/ |
D | alloc.c | 196 static void heap_free(struct k_heap *h, void *mem) in heap_free()
|