proxygen
|
Go to the source code of this file.
Variables | |
void *(* | mallocx )(size_t, int) |
void *(* | rallocx )(void *, size_t, int) |
size_t(* | xallocx )(void *, size_t, size_t, int) |
size_t(* | sallocx )(const void *, int) |
void(* | dallocx )(void *, int) |
void(* | sdallocx )(void *, size_t, int) |
size_t(* | nallocx )(size_t, int) |
int(* | mallctl )(const char *, void *, size_t *, void *, size_t) |
int(* | mallctlnametomib )(const char *, size_t *, size_t *) |
int(* | mallctlbymib )(const size_t *, size_t, void *, size_t *, void *, size_t) |
void(* dallocx) (void *, int) |
Definition at line 39 of file MallocImpl.cpp.
Referenced by folly::JemallocHugePageAllocator::deallocate(), folly::JemallocNodumpAllocator::deallocate(), and folly::usingJEMalloc().
int(* mallctl) (const char *, void *, size_t *, void *, size_t) |
Definition at line 42 of file MallocImpl.cpp.
Referenced by folly::JemallocNodumpAllocator::extend_and_setup_arena(), folly::detail::MemoryIdler::flushLocalMallocCaches(), folly::detail::mallctlHelper(), and folly::usingJEMalloc().
int( * mallctlbymib) (const size_t *, size_t, void *, size_t *, void *, size_t) |
Definition at line 44 of file MallocImpl.cpp.
Referenced by folly::detail::MemoryIdler::flushLocalMallocCaches(), and folly::usingJEMalloc().
int(* mallctlnametomib) (const char *, size_t *, size_t *) |
Definition at line 43 of file MallocImpl.cpp.
Referenced by folly::detail::MemoryIdler::flushLocalMallocCaches(), and folly::usingJEMalloc().
void*(* mallocx) (size_t, int) |
Definition at line 35 of file MallocImpl.cpp.
Referenced by folly::JemallocHugePageAllocator::allocate(), folly::JemallocNodumpAllocator::allocate(), folly::threadlocal_detail::StaticMetaBase::reallocate(), and folly::usingJEMalloc().
size_t(* nallocx) (size_t, int) |
Definition at line 41 of file MallocImpl.cpp.
Referenced by folly::goodMallocSize(), folly::threadlocal_detail::StaticMetaBase::reallocate(), and folly::usingJEMalloc().
void*(* rallocx) (void *, size_t, int) |
Definition at line 36 of file MallocImpl.cpp.
Referenced by folly::JemallocHugePageAllocator::reallocate(), folly::JemallocNodumpAllocator::reallocate(), and folly::usingJEMalloc().
size_t(* sallocx) (const void *, int) |
Definition at line 38 of file MallocImpl.cpp.
Referenced by folly::usingJEMalloc().
void(* sdallocx) (void *, size_t, int) |
Definition at line 40 of file MallocImpl.cpp.
Referenced by folly::usingJEMalloc().
size_t(* xallocx) (void *, size_t, size_t, int) |
Definition at line 37 of file MallocImpl.cpp.
Referenced by folly::fbvector< T, Allocator >::emplace_back_aux(), folly::threadlocal_detail::StaticMetaBase::reallocate(), folly::fbvector< HTTPHeaderCode >::reserve_in_place(), folly::IOBuf::reserveSlow(), folly::fbvector< HTTPHeaderCode >::shrink_to_fit(), and folly::usingJEMalloc().