Searched refs:profiletable (Results 1 – 1 of 1) sorted by relevance
46 static struct profile *profiletable; variable56 HeapFree( GetProcessHeap(), 0, profiletable ); in free_handle_tables()57 profiletable = NULL; in free_handle_tables()79 return &profiletable[index]; in grab_profile()115 if (!profiletable[index].data) return (HPROFILE)(index + 1); in alloc_profile_handle()117 if (!profiletable) in alloc_profile_handle()124 …p = HeapReAlloc( GetProcessHeap(), HEAP_ZERO_MEMORY, profiletable, count * sizeof(struct profile) … in alloc_profile_handle()128 profiletable = p; in alloc_profile_handle()143 profiletable[index] = *profile; in create_profile()162 profile = &profiletable[index]; in close_profile()