Searched defs:mem (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2645 static void do_check_malloced_chunk(mstate m, void* mem, size_t s) { in do_check_malloced_chunk() 3153 #define internal_free(m, mem) mspace_free(m,mem); argument 3158 #define internal_free(m, mem)\ argument 3162 #define internal_free(m, mem) dlfree(mem) argument 3394 void* mem = mmap_alloc(m, nb); in sys_alloc() local 3895 char* mem = (char*)internal_malloc(m, req); in internal_memalign() local 3980 void* mem; /* malloced aggregate space */ in ialloc() local 4119 void* mem; in dlmalloc() local 4226 void dlfree(void* mem) { in dlfree() 4327 void* mem; in dlcalloc() local [all …]
|
| H A D | dlmalloc.h | 95 #define mem2chunk(mem) ((mchunkptr)((unsigned long)(mem) - TWO_SIZE_T_SIZES)) argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2182 #define mem2chunk(mem) ((mchunkptr)((char*)(mem) - TWO_SIZE_T_SIZES)) argument 3229 static void do_check_malloced_chunk(mstate m, void* mem, size_t s) { in do_check_malloced_chunk() 3739 #define internal_free(m, mem) mstar_mspace_free(m,mem); argument 3744 #define internal_free(m, mem)\ argument 3748 #define internal_free(m, mem) dlfree(mem) argument 3981 void* mem = mmap_alloc(m, nb); in sys_alloc() local 4495 char* mem = (char*)internal_malloc(m, req); in internal_memalign() local 4580 void* mem; /* malloced aggregate space */ in ialloc() local 4724 void* mem; in dlmalloc() local 4831 void dlfree(void* mem) { in dlfree() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | data.c | 59 struct data data_copy_mem(const char *mem, int len) in data_copy_mem()
|