Lines Matching refs:ret
42 int ret = in GetThreadSpecificCache() local
44 if (ret != 0) { in GetThreadSpecificCache()
80 int ret = madvise(result, size, MADV_DONTDUMP); in Alloc() local
81 if (ret != 0) { in Alloc()
85 ret); in Alloc()
95 int ret = mallctl(key.c_str(), nullptr, 0, nullptr, 0); in DestroyArena() local
96 if (ret != 0) { in DestroyArena()
98 ToString(ret)); in DestroyArena()
107 int ret __attribute__((__unused__)) = in DestroyThreadSpecificCache() local
110 assert(ret == 0); in DestroyThreadSpecificCache()
158 int ret = in NewJemallocNodumpAllocator() local
160 if (ret != 0) { in NewJemallocNodumpAllocator()
162 ToString(ret)); in NewJemallocNodumpAllocator()
170 ret = mallctl(key.c_str(), &hooks, &hooks_size, nullptr, 0); in NewJemallocNodumpAllocator()
171 if (ret != 0) { in NewJemallocNodumpAllocator()
174 ToString(ret)); in NewJemallocNodumpAllocator()
192 ret = mallctl(key.c_str(), nullptr, nullptr, &hooks_ptr, sizeof(hooks_ptr)); in NewJemallocNodumpAllocator()
193 if (ret != 0) { in NewJemallocNodumpAllocator()
196 ToString(ret)); in NewJemallocNodumpAllocator()