Lines Matching refs:allocator
44 static Allocator allocator = WINHEAP; variable
113 switch (allocator) { in malloc()
141 switch (allocator) { in free()
165 switch (allocator) { in realloc()
197 switch (allocator) { in malloc_stats()
214 switch (allocator) { in _msize()
236 allocator = JEMALLOC; in _heap_init()
238 allocator = WINHEAP; in _heap_init()
240 allocator = WINLFH; in _heap_init()
242 allocator = TCMALLOC; in _heap_init()
245 switch (allocator) { in _heap_init()
282 namespace allocator { namespace