Searched refs:element_alloc (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/usr.bin/m4/ |
| D | look.c | 53 static void *element_alloc(size_t, void *); 59 NULL, hash_alloc, hash_free, element_alloc }; 85 element_alloc(s, u) in element_alloc() function
|
| /mirbsd/src/usr.bin/make/ |
| D | memory.h | 55 extern void *element_alloc(size_t, void *);
|
| D | memory.c | 120 element_alloc(size_t s, void *u UNUSED) in element_alloc() function
|
| D | dir.c | 202 NULL, hash_alloc, hash_free, element_alloc }; 205 NULL, hash_alloc, hash_free, element_alloc }; 208 NULL, hash_alloc, hash_free, element_alloc };
|
| D | arch.c | 133 hash_alloc, hash_free, element_alloc 137 offsetof(Arch, name), NULL, hash_alloc, hash_free, element_alloc
|
| D | targ.c | 128 NULL, hash_alloc, hash_free, element_alloc };
|
| D | var.c | 177 NULL, hash_alloc, hash_free, element_alloc };
|