]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/flat-namespace.dtest/foo.c
8 void* malloc(size_t size
)
10 // bump ptr allocate and fill second half with '#'
13 memset(result
, '#', size
);
14 p
= (char*)(((long)p
+ 15) & (-16)); // 16-byte align next malloc