Scaleform::AllocatorBaseLH
template <int SID = Stat_Default_Mem> class AllocatorBaseLH;
AllocatorBaseLH is a local allocator which acts as an interface for memory allocations and allocates memory for containers that are part of other data structures. This allocator determines the allocation heap and AllocInfo::StatId based on the argument address; due to heap limitation it cannot be used for stack-allocated or global values. If SID is Stat_Default_Mem, the allocator inherits the SID which is used as the StatId for allocation identifier.
SF_Allocator.h