Searched refs:memalloc (Results 1 – 18 of 18) sorted by relevance
37 int *memalloc(int size);
28 int *memalloc(int size) { in memalloc() function
76 temp = (ARRAY) memalloc ((num - 2) * sizeof (char *) + in array_new()
44 t = (TALLY) memalloc ((num_buckets + 2) * sizeof (int)); in new_tally()
127 ht = (HASH_TABLE) memalloc (TABLE_SIZE * sizeof (STATE)); in new_hash_table()
626 this_search = (SEARCH_RECORD *) memalloc (sizeof (SEARCH_RECORD)); in new_search()713 width_record = (WIDTH_RECORD *) memalloc (sizeof (int) * num_blobs * 2); in replace_char_widths()
84 WIDTH_RECORD *char_widths = (WIDTH_RECORD*) memalloc(sizeof(int)*num_chars*2); in state_char_widths()
349 bounds = (BOUNDS_LIST) memalloc (count_blobs (blobs) * sizeof (BOUNDS)); in record_blob_bounds()
121 …browser->memalloc = (NPN_MemAllocProcPtr)functionPointerForTVector((TransitionVector)browserFuncs-… in main()
152 …*value = (NPIdentifier*)browser->memalloc(NUM_ENUMERATABLE_TEST_IDENTIFIERS * sizeof(NPIdentifier)… in testEnumerate()
157 width_record = (WIDTH_RECORD *) memalloc (sizeof (int) * num_blobs * 2); in blobs_widths()
57 s = memalloc (sizeof (int) * (ones_in_state (state, num_joints) + 1)); in bin_to_chunks()
298 edges_ = (EDGE_ARRAY) memalloc(sizeof(EDGE_RECORD) * num_edges_); in read_squished_dawg()
291 (EDGE_ARRAY)memalloc(num_forward_edges * sizeof(EDGE_RECORD)); in trie_to_dawg()
269 m_browserFuncs.memalloc = NPN_MemAlloc; in initializeBrowserFuncs()
131 NPN_MemAllocProcPtr memalloc; member
161 funcs->memalloc = NPN_MemAlloc; in initializeExtraBrowserFuncs()
444 …browserFuncs.memalloc = (NPN_MemAllocProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_MemAll…557 browserFuncs.memalloc = NPN_MemAlloc;