Home | History | Annotate | Download | only in lsan

Lines Matching refs:INTERCEPTOR

53 INTERCEPTOR(void*, malloc, uptr size) {
59 INTERCEPTOR(void, free, void *p) {
64 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) {
83 INTERCEPTOR(void*, realloc, void *q, uptr size) {
89 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) {
95 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) {
101 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) {
109 INTERCEPTOR(void *, __libc_memalign, uptr alignment, uptr size) {
117 INTERCEPTOR(void*, valloc, uptr size) {
125 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
134 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
140 INTERCEPTOR(int, mallopt, int cmd, int value) {
144 INTERCEPTOR(void*, pvalloc, uptr size) {
156 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free));
229 INTERCEPTOR(int, pthread_create, void *th, void *attr,
266 INTERCEPTOR(int, pthread_join, void *th, void **ret) {