Searched refs:memalign (Results 1 – 5 of 5) sorted by relevance
18 memalign - Allocate memory using the memalign function. This is used19 during recording for either memalign or posix_memalign.50 <tid>:memalign <ptr> <alignment> <size>51 Allocation made by memalign(<alignment>, <size>). <ptr> is the value52 returned by memalign.56 400: memalign 0xae42d080 16 104
67 TARGET_SO_LDFLAGS += --wrap=memalign
140 void* memory = memalign(align_, size_); in Execute()
133 TEST(ActionTest, memalign) { in TEST() argument
676 p = memalign(16, sizeof(ae_ctx)); in ae_allocate()