Searched refs:memalign_simple (Results 1 – 2 of 2) sorted by relevance
| /common/ | ||
| A D | malloc_simple.c | 54 void *memalign_simple(size_t align, size_t bytes) in memalign_simple() function |
| A D | dlmalloc.c | 1923 return memalign_simple(alignment, bytes); |
Completed in 13 milliseconds