Home
last modified time | relevance | path

Searched refs:memptr (Results 1 – 1 of 1) sorted by relevance

/babblesim_base-3.4.0/libUtilv1/src/
Dbs_oswrap.c106 void* memptr; in bs_aligned_alloc() local
107 if (posix_memalign(&memptr, alignment, size) != 0) { in bs_aligned_alloc()
110 return memptr; in bs_aligned_alloc()