Home
last modified time | relevance | path

Searched refs:memalloc (Results 1 – 18 of 18) sorted by relevance

/external/tesseract/cutil/
Dfreelist.h37 int *memalloc(int size);
Dfreelist.cpp28 int *memalloc(int size) { in memalloc() function
Dtessarray.cpp76 temp = (ARRAY) memalloc ((num - 2) * sizeof (char *) + in array_new()
/external/tesseract/wordrec/
Dtally.cpp44 t = (TALLY) memalloc ((num_buckets + 2) * sizeof (int)); in new_tally()
Dclosed.cpp127 ht = (HASH_TABLE) memalloc (TABLE_SIZE * sizeof (STATE)); in new_hash_table()
Dbestfirst.cpp626 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()
Dheuristic.cpp84 WIDTH_RECORD *char_widths = (WIDTH_RECORD*) memalloc(sizeof(int)*num_chars*2); in state_char_widths()
Dpieces.cpp349 bounds = (BOUNDS_LIST) memalloc (count_blobs (blobs) * sizeof (BOUNDS)); in record_blob_bounds()
/external/webkit/WebCore/manual-tests/NPN_Invoke/
Dmain.c121 …browser->memalloc = (NPN_MemAllocProcPtr)functionPointerForTVector((TransitionVector)browserFuncs-… in main()
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
DTestObject.cpp152 …*value = (NPIdentifier*)browser->memalloc(NUM_ENUMERATABLE_TEST_IDENTIFIERS * sizeof(NPIdentifier)… in testEnumerate()
/external/tesseract/ccstruct/
Dblobs.cpp157 width_record = (WIDTH_RECORD *) memalloc (sizeof (int) * num_blobs * 2); in blobs_widths()
/external/tesseract/dict/
Dstates.cpp57 s = memalloc (sizeof (int) * (ones_in_state (state, num_joints) + 1)); in bin_to_chunks()
Ddawg.cpp298 edges_ = (EDGE_ARRAY) memalloc(sizeof(EDGE_RECORD) * num_edges_); in read_squished_dawg()
Dtrie.cpp291 (EDGE_ARRAY)memalloc(num_forward_edges * sizeof(EDGE_RECORD)); in trie_to_dawg()
/external/webkit/WebCore/plugins/
DPluginPackage.cpp269 m_browserFuncs.memalloc = NPN_MemAlloc; in initializeBrowserFuncs()
Dnpfunctions.h131 NPN_MemAllocProcPtr memalloc; member
/external/webkit/WebCore/plugins/android/
DPluginPackageAndroid.cpp161 funcs->memalloc = NPN_MemAlloc; in initializeExtraBrowserFuncs()
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginPackage.mm444 …browserFuncs.memalloc = (NPN_MemAllocProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_MemAll…
557 browserFuncs.memalloc = NPN_MemAlloc;