OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocatorStats
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_stats.h
27
class
AllocatorStats
{
54
AllocatorStats
*next_;
55
AllocatorStats
*prev_;
60
class AllocatorGlobalStats : public
AllocatorStats
{
71
void Register(
AllocatorStats
*s) {
79
void Unregister(
AllocatorStats
*s) {
90
const
AllocatorStats
*stats = this;
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_stats.h
26
class
AllocatorStats
{
47
AllocatorStats
*next_;
48
AllocatorStats
*prev_;
53
class AllocatorGlobalStats : public
AllocatorStats
{
59
void Register(
AllocatorStats
*s) {
68
void Unregister(
AllocatorStats
*s) {
79
const
AllocatorStats
*stats = this;
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_stats.h
26
class
AllocatorStats
{
53
AllocatorStats
*next_;
54
AllocatorStats
*prev_;
59
class AllocatorGlobalStats : public
AllocatorStats
{
70
void Register(
AllocatorStats
*s) {
78
void Unregister(
AllocatorStats
*s) {
89
const
AllocatorStats
*stats = this;
Completed in 15 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026