Searched refs:get_allocator (Results 1 – 1 of 1) sorted by relevance
64 static BionicAllocator& get_allocator() { in get_allocator() function72 return get_allocator().alloc(byte_count); in malloc()76 return get_allocator().memalign(alignment, byte_count); in memalign()80 return get_allocator().memalign(alignment, byte_count); in aligned_alloc()84 return get_allocator().alloc(item_count*item_size); in calloc()88 return get_allocator().realloc(p, byte_count); in realloc()97 return get_allocator().realloc(p, byte_count); in reallocarray()101 get_allocator().free(ptr); in free()