Searched refs:HEAP_MEMALIGN (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() function64 #define HEAP_MEMALIGN(boundary, s) cmpct_memalign(s, boundary) macro87 #define HEAP_MEMALIGN(b, s) dlmemalign(b, s) macro174 void *ptr = HEAP_MEMALIGN(boundary, size); in memalign()282 ptr[index] = HEAP_MEMALIGN(align, (unsigned int)rand() % 32768); in heap_test()
Completed in 2 milliseconds