Searched defs:boundary (Results 1 – 1 of 1) sorted by relevance
40 static inline void *HEAP_MEMALIGN(size_t boundary, size_t s) { return miniheap_alloc(s, boundary); } in HEAP_MEMALIGN()64 #define HEAP_MEMALIGN(boundary, s) cmpct_memalign(s, boundary) argument166 void *memalign(size_t boundary, size_t size) { in memalign()
Completed in 3 milliseconds