Home | History | Annotate | Download | only in lsan

Lines Matching refs:INTERCEPTOR

66 INTERCEPTOR(void*, malloc, uptr size) {
72 INTERCEPTOR(void, free, void *p) {
77 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) {
96 INTERCEPTOR(void*, realloc, void *q, uptr size) {
102 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) {
108 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) {
114 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) {
122 INTERCEPTOR(void*, valloc, uptr size) {
130 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
139 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
145 INTERCEPTOR(int, mallopt, int cmd, int value) {
149 INTERCEPTOR(void*, pvalloc, uptr size) {
161 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free));
194 INTERCEPTOR(void *, __libc_memalign, uptr align, uptr s)
239 INTERCEPTOR(int, pthread_create, void *th, void *attr,
268 INTERCEPTOR(int, pthread_join, void *th, void **ret) {