Searched refs:aml_realloc_object (Results 1 – 3 of 3) sorted by relevance
154 aml_realloc_object(buf, offset); in aml_store_to_buffer() 163 aml_realloc_object(buf, offset + size + 1); in aml_store_to_buffer() 281 aml_realloc_object(ref, offset); in aml_store_to_objref()
227 void aml_realloc_object(union aml_object *, int);
226 aml_realloc_object(union aml_object *obj, int size) in aml_realloc_object() function