Searched refs:SP_AllocatorStats (Results 1 – 3 of 3) sorted by relevance
107 typedef struct SP_AllocatorStats { struct124 } SP_AllocatorStats; typedef127 TF_OFFSET_OF_END(SP_AllocatorStats, largest_free_block_bytes)274 SP_AllocatorStats* stats);
120 port::Status ValidateSPAllocatorStats(const SP_AllocatorStats& stats) { in ValidateSPAllocatorStats()121 VALIDATE_STRUCT_SIZE(SP_AllocatorStats, stats, SP_ALLOCATORSTATS_STRUCT_SIZE); in ValidateSPAllocatorStats()305 SP_AllocatorStats c_stats{SP_ALLOCATORSTATS_STRUCT_SIZE}; in GetAllocatorStats()
58 SP_AllocatorStats* const stats) { in get_allocator_stats()411 SP_AllocatorStats* const stat) -> TF_Bool { in TEST_F()